-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs]: SSR in >= 6.4? (Documentation outdated) #9825
Comments
Some guidence on this would be helpful! |
Yeah we need to get the docs updated for the new SSR APIs - but for now feel free to check out the source code in this example using the new Data APIs. The README there also looks slightly outdated as we renamed a few things. |
Yep, some simple example would be helpful. With old But now we have two additional entities |
This comment was marked as duplicate.
This comment was marked as duplicate.
SSR docs are now updated for data routers: https://reactrouter.com/en/main/guides/ssr |
What is the new or updated feature that you are suggesting?
Is or will it be possible to still Server Side Render in React Router >= 6.4?
The documentation seems to be outdated at this moment (https://reactrouter.com/en/main/guides/ssr).
The new RouterProvider/Router object does not seem to be compatible with the older 'StaticRouter'.
Why should this feature be included?
Not all the features of Remix might be needed, but it would still be nice to do a simple SSR, like we could in version <= 6.3.
The text was updated successfully, but these errors were encountered: