3.0 Lesson
- Intro
- The Build Workflow (PDF)
- Create new react app
- Folder Structure
- Component Basics
- JSX
- JSX Restrictions
- Creating a Function Component
- Components & Cheat Sheet
- Reusing Components
- Outputting Dynamic Content
- Working with Props
- Children Prop
- Using State
- Props & State
- Handling Events with Methods
- Listenable Events
- Manipulating the State
- Function Components Naming
- useState() Hook
- Stateless & Stateful Components
- Passing Methods between Components
- Two Way Binding
- Adding Styling with Stylesheets
- Working with Inline Styles
- Practice:
- Practice: Solution
- Useful Resources & Links