-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
docs: clarify performance concerns around props and restProps #9047
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
Conversation
|
What do you mean by that? |
I just tested a bit in the REPL
gets converted to
while
gets converted to
I guess that's not really related to the usage of |
Yeah unrelated, also I think we can't optimize this because we don't know if the props which are set are all settable as attributes, some may only be settable through the Dom property. |
I wonder if there's also something here around whether innerHTML can be used to optimize HTML creation? @dummdidumm may know...