rsnext/packages
Gerald Monaco c969b8172a
Add support for dynamic HTML (#28085)
Implements `renderToString` in terms of a new `renderToStream`. The former is used for legacy documents that generate the body HTML as part of `getInitialProps`. The latter will be used directly in #27794 when streaming dynamic HTML.

Since we're exposing an actual streaming response for dynamic HTML (instead of buffering with `resultFromChunks`), we use `multiplexResult` to buffer and multiplex the underlying result to multiple subscribers.
2021-08-13 19:57:04 +00:00
..
create-next-app v11.1.1-canary.6 2021-08-12 21:10:04 -07:00
eslint-config-next v11.1.1-canary.6 2021-08-12 21:10:04 -07:00
eslint-plugin-next v11.1.1-canary.6 2021-08-12 21:10:04 -07:00
next Add support for dynamic HTML (#28085) 2021-08-13 19:57:04 +00:00
next-bundle-analyzer v11.1.1-canary.6 2021-08-12 21:10:04 -07:00
next-codemod v11.1.1-canary.6 2021-08-12 21:10:04 -07:00
next-env v11.1.1-canary.6 2021-08-12 21:10:04 -07:00
next-mdx v11.1.1-canary.6 2021-08-12 21:10:04 -07:00
next-plugin-storybook v11.1.1-canary.6 2021-08-12 21:10:04 -07:00
next-polyfill-module v11.1.1-canary.6 2021-08-12 21:10:04 -07:00
next-polyfill-nomodule v11.1.1-canary.6 2021-08-12 21:10:04 -07:00
react-dev-overlay v11.1.1-canary.6 2021-08-12 21:10:04 -07:00
react-refresh-utils v11.1.1-canary.6 2021-08-12 21:10:04 -07:00