-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add ability to update app props #2951
Conversation
Visit the preview URL for this PR (updated for commit 9332226): https://yew-rs-api--pr2951-update-app-props-e4sfvde4.web.app (expires Mon, 14 Nov 2022 06:25:18 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Benchmark - SSRYew Master
Pull Request
|
Size Comparison
✅ None of the examples has changed their size significantly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. This method is definitely nice to have
Description
Add a method to
AppHandle
that updates the properties of the underlying component.This is an independent part of #2858.
Checklist