Momentum logo
Team 13 Classroom

🦊 React Components, JSX, Props, & State 🦊

Posted on Jul 14th, 2022

🗓️ Today’s Topics

  • What did you learn from the tutorial(s) you did? First impressions of React?
  • Build a small React app together in class
  • Components and JSX
  • Handling data in React with props and state

🎯 Project: Freeshelf

Today, you’ll start on your first React app without a tutorial. This is due on Monday.

React Freeshelf

🧰 Please be sure to install the React Developer Tools for Chrome.

📖 Read | 📺 Watch | 🎧 Listen

🔖 Resources

React

CSS

We need to care about the look and feel of the UI, but sometimes (like now when you are just learning React!) it makes sense to rely on a library for most or all of your styling. There are a range of libraries from the very comprehensive to the very minimal. Here are some lighter-weight ones that you could check out:

🦉 Code and Notes

Back to home