Skip to content

Commit

Permalink
fix: add streaming notes slide
Browse files Browse the repository at this point in the history
  • Loading branch information
arichard-info committed Aug 31, 2024
1 parent 1280d3f commit 0a9ff41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/markdown/08-rendering-methods/61-limitations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- .slide: class="two-column with-code " -->

# Streaming

## Notes & Limitations

- Status codes : Streamed pages will always respond with a status code of 200, which cannot be changed later.

- Page metadata : Next.js will wait for **generateMetadata** to resolve before streaming the page

- React streaming needs JavaScript : check the impacts on the users and SEO
1 change: 1 addition & 0 deletions docs/scripts/slides.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ function renderingMethodSlides() {
'08-rendering-methods/53-streaming-loading.md',
'08-rendering-methods/54-streaming-parallel.md',
'08-rendering-methods/60-suspense.md',
'08-rendering-methods/61-limitations.md',
'08-rendering-methods/70-lab.md',
];
}
Expand Down

0 comments on commit 0a9ff41

Please sign in to comment.