React suspense-like feature #16
Replies: 2 comments 1 reply
-
This is out-of-order streaming and we'll take a look at how to do it after v2 is released. |
Beta Was this translation helpful? Give feedback.
-
Just a note to mention that the same goes for Should we update this RFC to be about Out of order streaming? Which would enable non-blocking |
Beta Was this translation helpful? Give feedback.
-
What is it about?
allow page rendering while still using routeLoaders by streaming the response
What's the motivation for this proposal?
Problems you are trying to solve:
Goals you are trying to achieve:
Any other context or information you want to share:
Im aware that this has been discussed before but just thought it would be cool to add it here as it would fit the usage of this proposals repo
Proposed Solution / Feature
What do you propose?
api for it already exists using with onPending and onResolved but the render blocking is still there
Code examples
find below the example by gioboa
Links / References
https://qwik.dev/docs/cookbook/streaming-deferred-loaders/
Beta Was this translation helpful? Give feedback.
All reactions