Thomas Dooms
Results
2
issues of
Thomas Dooms
**Problem** When trying out the new suspension feature I noticed the component is just trying to be rendered in a loop without any regard for the HtmlResult. ``` use yew::prelude::*;...
documentation
A-yew
#### Description Change the #[function_component] attribute to #[component] by default (the original name is kept as a re-export for backwards compatability). With the current state of function components, it is...
A-yew
A-yew-macro