Skip to content

Streaming HTML #5

Description

@thescientist13

Type of Change

  • New Feature Request

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

<body>
  <my-header></my-header>
  <my-app></my-app>
  <my-footer></my-footer>
</body>

Would flush across those component definitions / boundaries / islands.

Details

To go even further, maybe we could recursively stream nested roots? Like in this example
wcc-architecture

Links / References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

featureNew feature or requesthelp wantedExtra attention is needed

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions