Waku PPR?
#1172
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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