How to React

Want to be a react developer, but don’t know how to start?

It was a time when I as a backend developer wanted to learn React, but didn’t have a clue where to start.

Here is what worked out well for me:

  1. Check your timeline for learning React: https://daveceddia.com/timeline-for-learning-react/
  2. Read the official documentation: https://reactjs.org/
  3. Free lessons: https://www.fullstackreact.com/30-days-of-react/
  4. Take step-by-step training course: https://reactforbeginners.com/ (try CSSTRICKS code for discount)
  5. Try to start a client-side React project with no configuration: https://github.com/facebook/create-react-app
  6. Level up with React Router: https://css-tricks.com/learning-react-router/
  7. Learn how to build maintainable and performant user interfaces for your web applications using React: https://www.scribd.com/book/279962698/React-js-Essentials
  8. Don’t stop learning 😉

--

--