React 18 streaming support #1276
-
First of all, thanks for this amazing piece of software, I was trying to have the react streaming integration using If I am able to figure out in the meantime I will share a working demo for others to refer. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I'm glad you like it :). Minimal reproduction welcome and we'll have a look at it. |
Beta Was this translation helpful? Give feedback.
-
@HarshwardhanSingh the examples make use of https://github.com/brillout/react-streaming, which uses Also I'm adding another example in #1271, but while doing that I discovered that progressive/selective hydration was broken and I'll work on a fix in a couple of days. But this shouldn't block you, it's just that you'll get a performance boost when this is fixed. If you like using Vike, have you or your company considered sponsoring? It makes a big difference for the project and you'll get a priority boost on your issues |
Beta Was this translation helpful? Give feedback.
@HarshwardhanSingh the examples make use of https://github.com/brillout/react-streaming, which uses
renderToPipableStream()
under the hood.Also I'm adding another example in #1271, but while doing that I discovered that progressive/selective hydration was broken and I'll work on a fix in a couple of days. But this shouldn't block you, it's just that you'll get a performance boost when this is fixed.
If you like using Vike, have you or your company considered sponsoring? It makes a big difference for the project and you'll get a priority boost on your issues