Description
In this course, you will learn:
- Go over the basics of using React. We'll cover JSX, state, events, hooks, component and prop extraction, and other topics.
Syllabus:
1. Introduction
- Introduction and Demo
- A Better Development Experience
2. The Obligatory Todo App
- Make Use of State
- Event Listeners
- Editing Todos
- Extracting Components
- More Todo Features
- Other Built-in React Hooks
- Custom Hooks
- Context for State Management
- CSS Transitions with React Transition Group
- React Router
3. Fetching Data
- Fetching Data
- Fetching Data with Custom Hooks
- Fetching Data with React Query
4. GitHub Issues Project
- GitHub Issues Project: Part 1
- GitHub Issues Project: Part 2