FE - Intro to React
Posted on Nov 10th, 2020
Today, we’ll start on our journey into React.
Assignment
Complete this tutorial for React. This will show you the most modern way to build React apps. This project will be in Git, but you will use a repository you make.
If you finish this and would like a second exercise, I recommend one of these other tutorials:
- The Beginner’s Guide to React - video-driven, very complete
- The official React tutorial - classic, official. Uses class-based components, which are a bit older, but still widely used
- Dave Ceddia’s React tutorial - very long, very comprehensive