This course is the second part of a series. The first part covered fundamentals of building web apps with React and TypeScript. In this part, you’ll learn how to:
- Fetch and update data using React Query
- Boost your application’s performance with caching
- Implement infinite scrolling
- Use reducers to consolidate state management logic
- Use context to share state
- Manage application state using Zustand
- Implement routing with React Router
- Structure your React projects for maintainability
- Write clean code like a pro
- Apply best practices