The presentation and demos for my talk discussing React Server Components. First given at Connect Tech 2024.
- Clone the repo
pnpm install
pnpm run dev
- Open http://localhost:3000 with your browser to see the result.
This uses pure server components to demonstrate pagination.
This uses RSC for the main loading but we have a simple client component to handle the intersection observer.
This demonstrates server actions and form validation.
There is no database. All the data is statically generated and I'm simulating the database using delays. This does not demonstrate how to use the Fetch API cache but that's intentional!