Best way to continue learning React?

What are, in your opinion, the best places (websites, courses…) to continue learning React after completing the Front End Libraries Certification? :atom_symbol:

I enjoyed Brad Traversy’s videos on youtube.

But ultimately, I think you just start building things. You’ll encounter problems and solve them. Read people’s blog posts. I think you learn best by doing. Read through the excellent react docs, but build things. Try and learn supporting techs well, like redux, sagas, thunks, react router, etc. Learn the basics of unit testing with things like Jest and enzyme.

There is a lot to learn and there is no “perfect path”. Just start building things, making mistakes, and figuring out solutions.

2 Likes