Replies: 3 comments 2 replies
-
I was planning to test something similar by using an internal request from the edge server to the origin server and try to pipe the response back to the client. I didn't know about this ability for the client to switch origin servers with I also noticed this quote in the article:
Related to #1212 |
Beta Was this translation helpful? Give feedback.
-
I'm currently looking at the roadmap for one of the best frameworks |
Beta Was this translation helpful? Give feedback.
-
I think this has been unblocked with the release of React 19.2. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
According to https://sunilpai.dev/posts/ppr-for-everyone/ by @threepointone, it seems technically possible to implement PPR in Waku.
We could start experimenting it, but to finalize it, the followings are blocking:
postponed
unstable_postpone
should becomepostpone
, or at least noted it's ready for frameworksresumeToReadableStream
should be provided fromreact-dom/server.edge
Meanwhile, I'll focus on #816 which has a different trade-off.
Beta Was this translation helpful? Give feedback.
All reactions