rsnext/test/integration/react-streaming
Jiachi Liu 512daba611
Disable streaming for pages (#45895)
Disable streaming SSR for `pages`, preferring the static rendering. This
was leftover from when we implemented the server components alpha on
`pages` and causes issues for people upgrading from Next.js 12 to 13
when the `chunked` response is unexpected, e.g. with certain CDN setups.

Streaming is the default in `app` and that has the right implementation
to fully leverage streaming in React including when navigating
client-side as the router is built around React transitions.
2023-02-14 14:16:35 +01:00
..
app Remove unnecessary experimental flag (#40766) 2022-09-21 21:30:46 +02:00
test Disable streaming for pages (#45895) 2023-02-14 14:16:35 +01:00
unsupported-native-module Remove unnecessary experimental flag (#40766) 2022-09-21 21:30:46 +02:00