Momentum logo
Team 8 Classroom

⚛ Front-end: Get to Know React ⚛

Posted on Jul 7th, 2021

Topics

  • Intro to React
    • Why does React exist? What problem does it solve?
    • How is it different from vanilla JS?

🛠️ Setup

Make sure you have the following set up in your local environment:

  • Node & npm
  • create-react-app
  • VS Code extension for JSX and Standard.js

📖 Read | 📺 Watch | 🎧 Listen

🎯 Do

Beginner’s Guide to React Tutorial. 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.

** Please submit a link to the repository you create for this tutorial here: https://forms.gle/JPTMnnHWa1PnLSpk9 **

If you finish this and want to keep going, try one of these other tutorials:

Back to home