Replies: 1 comment
-
|
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've been using
yewfor a long time and withyew_html_extyou can haveletbindings insidehtml!macro. This is extremely handy and I was using it all the time - especially good for loops or refactoring in general.It would be really nice to have this feature in
rsx!as well!It could be simulated like this currently:
But it creates a new level of indentation. This would be better:
Beta Was this translation helpful? Give feedback.
All reactions