π¦ React Components, JSX, Props, & State π¦
Posted on May 19th, 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.
π§° Please be sure to install the React Developer Tools for Chrome.
π Read | πΊ Watch | π§ Listen
π Resources
- Conditional Rendering in React
- React Docs: Handling Events in React
- Handing Events in React with examples for functional components
- Supported Events in React
- MDN React Todo List Walk-through
- Just show me the code for the MDN Todo List