muhdbasiir's avatar

What is the roadmap to become expert in React?

I need to be an expert in React. Can someone show me the road? After doing some google searches, the flow is like this:

  1. Javascript
  2. ES6
  3. React

Am I missing something from the list?

0 likes
4 replies
jlrdw's avatar

Start with a smaller simple react app, and progressively write more complex apps. But practice and doing is the only way. If viewing a video, actually code what you are learning, not copy and paste while learning.

Emokores's avatar

The best way to learn to code is learn with very simple apps, then later, build bigger apps that solve real-world problems. You only need very basic JavaScript knowledge to get started. You'll actually learn more JavaScript when you start using ReactJS. Also, as you use React, you'll perfect the ES6 syntax

sr57's avatar

expert

Experience (years of real dev and debug)

Sinnbeck's avatar

Practice practice practice. I personally just jumped in an wrote a frontend in react. And then another. And another.

Please or to participate in this conversation.