You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a html_attrs macro that expands to the usual Yew html macro, but with support for dynamic attributes. This would greatly improve the syntax and user experience.
Add a
html_attrsmacro that expands to the usual Yewhtmlmacro, but with support for dynamic attributes. This would greatly improve the syntax and user experience.For example:
Which would expand to:
I'm not sure if this is feasible, but it would be a way nicer syntax (similar to Leptos).