Skip to content

Update nextjs response streaming example readme #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 5, 2023
5 changes: 5 additions & 0 deletions examples/nextjs-response-streaming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ When you open the Function URL in a browser:
- Primary product information will be loaded first at part of the initial response

- Secondary, more personalized details (that might be slower) like recommended products and customer reviews are progressively streamed in.


### Thanks

Page content and styles are powered by the [Next.js App Router Playground - Streaming with Suspense](https://app-dir.vercel.app/streaming).