quilt
quilt copied to clipboard
Add support for Suspense streaming
I completed the basic support for React 18 in https://github.com/lemonmade/quilt/pull/475. However, Preact’s server rendering libraries don’t support streaming, so I didn't have time to figure out a way to support that in lieu of Quilt’s "render in a loop" default behaviour.