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

feat: add support for customized built-ins to FAST SSR #6769

Open
chrisdholt opened this issue Jun 29, 2023 · 2 comments
Open

feat: add support for customized built-ins to FAST SSR #6769

chrisdholt opened this issue Jun 29, 2023 · 2 comments
Labels
area:ssr Pertains to SSR. feature A new feature status:needs-investigation Needs additional investigation status:under-consideration Issue is being reviewed by the team.

Comments

@chrisdholt
Copy link
Member

🙋 Feature Request

Currently FAST SSR supports autonomous custom elements and their API's. The implementation for customized built-ins is different and may necessitate alternative support for the renderer. This issue exists to track adding support for customized built-ins via the is attribute.

@chrisdholt chrisdholt added the status:triage New Issue - needs triage label Jun 29, 2023
@yinonov
Copy link
Contributor

yinonov commented Jun 29, 2023

Are there plans for safari to pick up custom built-ins?

@chrisdholt
Copy link
Member Author

Are there plans for safari to pick up custom built-ins?

I’m not aware of any at this point - came up in one of the WC F2F. I have my opinions on it :).

On a positive, the polyfill is quite small, and in testing I saw perf benefits for something like button compared to the autonomous custom element at scale.

@janechu janechu added feature A new feature status:needs-investigation Needs additional investigation status:under-consideration Issue is being reviewed by the team. area:ssr Pertains to SSR. and removed status:triage New Issue - needs triage labels May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ssr Pertains to SSR. feature A new feature status:needs-investigation Needs additional investigation status:under-consideration Issue is being reviewed by the team.
Projects
None yet
Development

No branches or pull requests

3 participants