Support for React's renderToPipeableStream function
#10602
Replies: 1 comment 10 replies
-
|
I've been able to get a working implementation of react router with deferred data loaders using a streaming render and suspense. https://gist.github.com/thomaswelton/e135d2fcf8ee9cce031b3c82d8daa5d9 There should only be two steps
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like my SSR React application to take advantage of suspension using the
renderToPipeableStreambut it doesn't seem like this library has support for the streaming of HTML and only supportsrenderToStringBeta Was this translation helpful? Give feedback.
All reactions