You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React 18 came out a year ago with built-in support for streaming via renderToPipeableStream (Node.js) and renderToReadableStream (Web Streams). Using renderToString does not work with Suspense and is not recommended anymore. It would be great if users of Vite SSR could take advantage of the React streaming APIs.
The text was updated successfully, but these errors were encountered:
React 18 came out a year ago with built-in support for streaming via
renderToPipeableStream
(Node.js) andrenderToReadableStream
(Web Streams). UsingrenderToString
does not work with Suspense and is not recommended anymore. It would be great if users of Vite SSR could take advantage of the React streaming APIs.The text was updated successfully, but these errors were encountered: