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

Static-optimize value/checked on <input>` #4775

Open
nolanlawson opened this issue Nov 4, 2024 · 0 comments
Open

Static-optimize value/checked on <input>` #4775

nolanlawson opened this issue Nov 4, 2024 · 0 comments

Comments

@nolanlawson
Copy link
Collaborator

Follow-up to #4763

To solve #4763, the quickest path is to disable the static content optimization for <input checked>/<input value>. This allows value and checked to be 1) treated purely as props, not attributes, and 2) not to be serialized in SSR output.

However, long-term, we probably want to static-optimize <input checked>/<input value> so that it can get the perf boost. This would require some extra logic to allow VStaticParts to have props as well as attributes.

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

No branches or pull requests

1 participant