In this workshop, we’ll build and iterate on an app that takes advantage of the server components architecture to build a high-performance application. Along the way, we’ll get comfortable with best practices in React routing, caching, and data loading.
You'll just need a code editor + Node.js version 18.17.0 or higher.
- Understanding React Rendering Patterns
- Creating a Server Components Project
- Fetching Data
- Identifying Server and Client Components
- Incorporating a Database
- Optimizing Performance with Data Caching