Momentum logo
Team 14 Classroom

๐ŸฆŠ React Components, JSX, Props, & State ๐ŸฆŠ

Posted on Sep 8th, 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 care about the look and feel of the UI, but that doesnโ€™t automatically mean we have to write custom CSS. 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