Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

js-example-app ssr improvements #1122

Open
3 tasks
faselbaum opened this issue Jun 12, 2024 · 0 comments
Open
3 tasks

js-example-app ssr improvements #1122

faselbaum opened this issue Jun 12, 2024 · 0 comments
Labels
⭕ core team issue This is for the core team and should not be done by contributors ⌨️ dev issue Task is for developers 🚨 new::enhancement New feature or request

Comments

@faselbaum
Copy link
Collaborator

faselbaum commented Jun 12, 2024

Description / User story

This is a collection of improvements we should consider for the js-example-app

  • A) Offer a "production" build that inlines / bundles all JS dependencies so that the page becomes interactive immediately after first paint. Solves feat(all): #1096 ssr #1103 (comment)
  • B) Investigate and fix server side rendering and hydration of the following components: Select | TabBar. They are currently missing slotted elements.
  • C) Investigate potential performance gains by abandoning stream rendering in favour of string rendering.
@faselbaum faselbaum added ⌨️ dev issue Task is for developers 🚨 new::enhancement New feature or request labels Jun 12, 2024
@thrbnhrtmnn thrbnhrtmnn added the ⭕ core team issue This is for the core team and should not be done by contributors label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭕ core team issue This is for the core team and should not be done by contributors ⌨️ dev issue Task is for developers 🚨 new::enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants