rsnext/packages
Gerald Monaco dd55f98291
Simplify RenderResult (#28900)
We're no longer currently planning on supporting caching for dynamic responses, so we can do some cleaning & simplification:
* Multiplexing can be removed since we only ever subscribe once (via `RenderResult.pipe`, described below)
* `RenderResult.toUnchunkedString` can become synchronous since static responses are never chunked
* `RenderResult.forEach` can become `RenderResult.pipe` which helps encapsulate some of the details of `RenderResult`
2021-09-08 16:56:31 +00:00
..
create-next-app v11.1.3-canary.14 2021-09-08 08:39:32 +02:00
eslint-config-next v11.1.3-canary.14 2021-09-08 08:39:32 +02:00
eslint-plugin-next v11.1.3-canary.14 2021-09-08 08:39:32 +02:00
next Simplify RenderResult (#28900) 2021-09-08 16:56:31 +00:00
next-bundle-analyzer v11.1.3-canary.14 2021-09-08 08:39:32 +02:00
next-codemod v11.1.3-canary.14 2021-09-08 08:39:32 +02:00
next-env v11.1.3-canary.14 2021-09-08 08:39:32 +02:00
next-mdx v11.1.3-canary.14 2021-09-08 08:39:32 +02:00
next-plugin-storybook v11.1.3-canary.14 2021-09-08 08:39:32 +02:00
next-polyfill-module v11.1.3-canary.14 2021-09-08 08:39:32 +02:00
next-polyfill-nomodule v11.1.3-canary.14 2021-09-08 08:39:32 +02:00
react-dev-overlay v11.1.3-canary.14 2021-09-08 08:39:32 +02:00
react-refresh-utils v11.1.3-canary.14 2021-09-08 08:39:32 +02:00