Momentum logo
Team 14 Classroom

🦊 Get to Know React 🦊

Posted on Sep 7th, 2022

🗓️ Today’s topics

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

✅ To Do Before Class

  • Continue working on Exercism. I’ll take requests for one to work through together in class.
  • Need some JS review? Create a list of topics that you would like us to dig into some more and share in class.
  • Read Watch Listen for today or anything from yesterday that you didn’t get to.
  • Work on the React tutorial project(s) below.

🛠️ Setup

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

  • Node & npm
  • ESLint for VS Code
  • React developer tools for Chrome

📖 Read | 📺 Watch | 🎧 Listen

🎯 Project: React Tutorial

Beginner’s Guide to React Tutorial. This is a really friendly total beginner tutorial that will show you the most modern way to build React apps.

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