-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
🗺 Streaming/Defer #4486
Comments
Do you have any links to docs detailing how this will work? Will it be using Server Components as a foundation? Thanks |
@laurencefass here's a Gist from the team explaining how Deferred works https://gist.github.com/jacob-ebey/9bde9546c1aafaa6bc8c242054b1be26.
It's not using RSC, that's a beta technology and the Remix team has mentioned they don't want to depend on unstable things. You can also read how it will be used on the React Router docs https://reactrouter.com/en/main/guides/deferred, the usage should be the same
|
@brophdawg11 to get with @jacob-ebey to work out the React Router release we need for this work, and moving over deferred branch test suite and open issues. |
This work is included in experimental release: 0.0.0-experimental-2f4891673 |
@ryanflorence we need to bring the docs over. I have a fair amount I can link you to if you want to wrangle them up into the best places across remix and react router. |
This has been released in |
@ryanflorence I'll let you close this after you take a pass through the docs. |
made a note in my tasks, so gonna close this out, we have some docs (thanks!) so let's call this done! |
Adding
defer
,<Await>
, etc. from React Router 6.4 and React 18 streaming support for document requests to Remix.Depends on #4485
Progress
Issues/PRs
The text was updated successfully, but these errors were encountered: