Momentum logo
Team 12 Classroom

🦊 Get to Know React 🦊

Posted on May 17th, 2022

🗓️ Today’s topics

  • Exercism review
  • Intro to React
    • How does React work?
    • What does React code look like?

🛠️ Setup

Make sure you have the following set up in your local environment (docs listed below in Resources):

  • Node & npm
  • create-react-app
  • ESLint for VS Code
  • React developer tools for Chrome

📖 Read | 📺 Watch | 🎧 Listen

🎯 Do

Beginner’s Guide to React Tutorial. This will show you the most modern way to build React apps.

🚨 The video for that tutorial was taken down but the creator made a Twitch stream of the same content.

This link will create an empty repo on GitHub that you can use to push your tutorial code to.

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

🔖 Resources

👾 Code & Notes

Back to home