-
Notifications
You must be signed in to change notification settings - Fork 16
Streaming HTML #5
Copy link
Copy link
Closed
Labels
featureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
✅ Done
Type of Change
Summary
Would like to explore how to provide a streaming API that could also break apart the page at render roots.
So for example a page like this could come out in multiple flushes
Would flush across those component definitions / boundaries / islands.
Details
To go even further, maybe we could recursively stream nested roots? Like in this example

Links / References