Replies: 3 comments
|
Instead of |
0 replies
|
You can use createFromReadableStream() from react-dom with a compatible server adapter like Express or Vite, and integrate it into your router’s createStaticHandler. |
0 replies
|
@sergiodxa @riyatechie12 Thank you for your reply, but this issue cannot be solved simply by changing the render method, because in the implementation of react router v7, support for deferred data depends on single-fetch, but single-fetch is not supported in the library mode. So if it is a purely static page, use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I've been exploring the documentation at https://reactrouter.com/start/data/custom about customizing framework. However, the examples here do not support streaming SSR. How do I customize a framework that supports streaming SSR?
All reactions