Skip to content

Individual components can be rendered on the server and streamed to the client in async manner.

License

Notifications You must be signed in to change notification settings

jmargatan/nextjs-react-18-server-component-streaming

Repository files navigation

Demo Next.js React 18 Server Component Streaming

Live demo: https://nextjs-react-18-server-component-streaming.vercel.app.

In this demo, you will see 3 components that will be displayed in async manner.

With NextJS 13.4 and React 18, as much as possible, we should push any blocking call to the components that actually needs the data.

If possible, the frame / root of the page should be rendered with no blocking dependency call.

Fork this repo github.com/jmargatan/nextjs-react-18-server-component-streaming.

About

Individual components can be rendered on the server and streamed to the client in async manner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published