DEV Community

Cover image for Day 1: Booting Up My React.js

Day 1: Booting Up My React.js

Jose Ross Barredo on January 05, 2019

"The key to being a successful programmer is to learn how to learn." - Shannon Burns As technologies get updated everyday and as new technologie...
Collapse
 
abhijitparida profile image
Abhijit Parida

Instead of starting with the freeCodeCamp video, I would recommend doing the tic-tac-toe tutorial on the react website.

After you have done that, you can watch the freeCodeCamp videos, or do the React course on Codecademy.

And please learn Redux early on. It might be a little confusing, but flux architecture is a wonderful thing and you will be using it a lot later on. I recommend these videos: youtube.com/playlist?list=PLuBbNu0... for learning Redux.