An open API service indexing awesome lists of open source software.

https://github.com/boostvolt/webnesday-rsc-and-streaming-in-nextjs-13

Simple example of how to use the new React Server Components and Streaming with Suspense in Next.js 13.
https://github.com/boostvolt/webnesday-rsc-and-streaming-in-nextjs-13

bun components nextjs presentation react server streaming suspense

Last synced: about 1 month ago
JSON representation

Simple example of how to use the new React Server Components and Streaming with Suspense in Next.js 13.

Awesome Lists containing this project

README

        

# Webnesday RSC & Streaming in Next.js 13

[Webnesday Presentation](.github/assets/RSC%20&%20Streaming%20in%20Next.js%2013.pdf)

## Introduction
This is a simple example of how to use the new React Server Components and Streaming with Suspense in Next.js 13.

### Running locally
1. `bun install`
2. `bun dev`
3. Go to `localhost:3000`