bluwy / create-vite-extra

Extra Vite templates
Other
391 stars 62 forks source link

Use `renderToPipeableStream` for react #50

Closed Ibadichan closed 6 months ago

foucdeg commented 6 months ago

Hi @Ibadichan , (not a maintainer but a developer interested in the solution)

Just to clarify, your template is working? And it does not use the ssrManifest ?

Ibadichan commented 6 months ago

Hi @Ibadichan , (not a maintainer but a developer interested in the solution)

Just to clarify, your template is working? And it does not use the ssrManifest ?

Hi! Yes, it is working. Why should i use ssrManifest? Instead of stream full html document we stream only content inside root element and embed it to the response. I use this approach on our production site.

Ibadichan commented 6 months ago

Created another PR with new react templates https://github.com/bluwy/create-vite-extra/pull/54