DEV Community

Discussion on: React Beginner Question Thread ⚛

Collapse
 
dan_abramov profile image
Dan Abramov

These are good guides on the order in which it’s easier to learn:

I’d suggest starting with React alone and getting comfortable with it before diving into any other technologies. You can learn React from our docs (reactjs.org/docs/hello-world.html) and tutorial (reactjs.org/tutorial/tutorial.html). There are also a few free courses available (reactjs.org/community/courses.html).

After you’re comfortable with React, check out my course on Redux. It’s also free (egghead.io/redux).

Collapse
 
ipavinthan profile image
Pavinthan

Thank you, I'll get back you after those things done.