Skip to content

Commit

Permalink
Fix broken link in react-18 streaming docs. (#34884)
Browse files Browse the repository at this point in the history
A link leads to a 404 page due to a missing  `/ `
  • Loading branch information
AFusco committed Feb 28, 2022
1 parent 8ba2aec commit 281ef22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/react-18/streaming.md
@@ -1,7 +1,7 @@
# Streaming SSR (Alpha)

React 18 will include architectural improvements to React server-side rendering (SSR) performance. This means you can use `Suspense` in your React components in streaming SSR mode and React will render them on the server and send them through HTTP streams.
It's worth noting that another experimental feature, React Server Components, is based on streaming. You can read more about server components related streaming APIs in [`next/streaming`](docs/api-reference/next/streaming.md). However, this guide focuses on basic React 18 streaming.
It's worth noting that another experimental feature, React Server Components, is based on streaming. You can read more about server components related streaming APIs in [`next/streaming`](/docs/api-reference/next/streaming.md). However, this guide focuses on basic React 18 streaming.

## Enable Streaming SSR

Expand Down

0 comments on commit 281ef22

Please sign in to comment.