quilt icon indicating copy to clipboard operation
quilt copied to clipboard

Add support for Suspense streaming

Open lemonmade opened this issue 2 years ago • 0 comments

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.

lemonmade avatar Jan 14 '23 16:01 lemonmade