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
Problem
There was once an effort to produce an alternative to writing layouts in JSX with the html! macro. That effort has stalled but there are still people who would prefer using it over JSX according to the latest dev survey ("What do you feel are Yew's weaknesses?".
Proposed Steps
Split out the yewtil::dsl module into yew-dsl
Update to yew v0.15
Document features and limitations
The text was updated successfully, but these errors were encountered:
I'd be happy to work on this.
Do you want yewtil to expose an interface to yew-dsl?
Also, are there any pre-existing tests for yewtil? I can't seem to find any.
Problem
There was once an effort to produce an alternative to writing layouts in JSX with the
html!
macro. That effort has stalled but there are still people who would prefer using it over JSX according to the latest dev survey ("What do you feel are Yew's weaknesses?".Proposed Steps
yewtil::dsl
module intoyew-dsl
The text was updated successfully, but these errors were encountered: