DEV Community

Discussion on: Project 31 of 100 - Build an Animated Loading Screen in React with Lottie

Collapse
 
ibtsamahmad profile image
Ibtsam Ahmad

Hi. I also want to learn React but don't know where to start can you please guide.

Collapse
 
jameshubert_com profile image
James Hubert • Edited

Hi Ibtsam!

Do you already know HTML, CSS, and JavaScript? If not, I would start with Colt Steele or Angela Yu’s Udemy web development courses. Then I would look up the Net Ninja on Udemy and take his JavaScript course.

If you already know html, CSS, and JavaScript, then you are ready, and I would learn React with these 3 resources (in this order!):

  1. YouTube - Traversy Media Reactjs Crash Course (2019) which introduces the major ideas and how to setup the environment on your computer.
  2. Scrimba - Bob Ziroll’s “Learn React for Free” introduction.
  3. Scrimba - Bob Ziroll’s React Bootcamp.

If you do all three of those you will be great at React. I am working on finishing the last one now.

Collapse
 
ibtsamahmad profile image
Ibtsam Ahmad

Thank you very much..