Momentum logo
Team 7 Classroom

🦊 Front-end: Get to Know React 🦊

Posted on Mar 16th, 2021

Topics

  • Return to JS!
  • 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.

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

🦉 Code from class

Back to home