DEV Community

Discussion on: Tips to learn react Faster

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.