DEV Community

sharmatanmaya
sharmatanmaya

Posted on

Tips to learn react Faster

I am a java backend developer. We have a requirement to develop our frontend with React. I tried following some youtube videos and develop a static component. When I presented it to the leads they said its pretty old and outdated way of react code. When I see others code i dont understand it well. How to learn the new React faster?

Top comments (4)

Collapse
 
keyurparalkar profile image
Keyur Paralkar

I recommend:

  1. Official docs
  2. Building a small application like counter or todo using React hooks.
  3. Right a modular code i.e. For each component you should write one .js file.
  4. Get some hands-on experience on how Fetch, promises and axios.
Collapse
 
nickfotopoulos profile image
Nick Fotopoulos • Edited
Collapse
 
ducaale profile image
Mohamed Dahir

I would recommend egghead.io if you are looking for high-quality screencasts.

Collapse
 
gwsounddsg profile image
GW

Consider tagging this post with #help