layout | permalink | title | has_children | nav_order |
---|---|---|---|---|
default |
/:path/ |
Week 7: Intro to React |
true |
7 |
This week, we'll see a modern frontend framework: React.
We'll be using React to make reusable components that build up interactive single page applications.
- Day 1: JSX, components, and props
- Day 2: State Hook, Events, Lists
- Day 3: Lifting State Up, Forms
- Day 4: Hooks and Routing
- Day 5: Talking to the backend