MoonHighway / react-server-components

Materials for React Server Components Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro to React Server Components

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.

Setup Instructions

You'll just need a code editor + Node.js version 18.17.0 or higher.

Topics

  • Understanding React Rendering Patterns
  • Creating a Server Components Project
  • Fetching Data
  • Identifying Server and Client Components
  • Incorporating a Database
  • Optimizing Performance with Data Caching

Slides

Docs and Guides

Other Tools

About

Materials for React Server Components Workshop

License:MIT License


Languages

Language:JavaScript 91.0%Language:CSS 9.0%