uraharadono

React learning path

Nov 20th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. React learning path:
  2. 1.) Brian Holt - Frontend masters - Introduction to React v4
  3. https://frontendmasters.com/courses/complete-react-v4/
  4.  
  5. 2.) Webpack configuration:
  6. - https://www.valentinog.com/blog/webpack-tutorial/
  7.  
  8. 3.) Es-lint configuration:
  9. https://medium.com/@RossWhitehouse/setting-up-eslint-in-react-c20015ef35f7
  10.  
  11. 4.) Router for react:
  12. https://reacttraining.com/react-router/web/guides/quick-start
  13. https://github.com/reacttraining/react-router/tree/master/packages/react-router-config
  14.  
  15. This is core library documentation which was a bit confusing to me, so I used some other resources.
  16.  
  17. Here are routes defined in the separate file: https://alligator.io/react/react-router-map-to-routes/
  18.  
  19. 5.) Error handling. I had a lot of issues with configuring import syntax for importing scss files then bundling them together. This article is great to get a good grip how to handle css:
  20. - https://hackernoon.com/a-tale-of-webpack-4-and-how-to-finally-configure-it-in-the-right-way-4e94c8e7e5c1
  21.  
  22. This article shows in a way how to do it step by step: https://stevenwestmoreland.com/2018/01/how-to-include-bootstrap-in-your-project-with-webpack.html?fbclid=IwAR0IMbJm5WdMGUOD2fRu0-_8AglnZg57VZ4lKE0dh8s7mjfp0lspibz6lJY
  23.  
  24.  
  25. 6.) Accessing child component from parent component:
  26. * https://stackoverflow.com/questions/37949981/call-child-method-from-parent
  27. answered by: rossipedia
Add Comment
Please, Sign In to add comment