Read Rust

Tag: yew

Posts

I recently discovered a really cool front-end framework written in Rust called Yew.
I feel like it’s a spiritual cross between the functional language Elm and React.

Currently, there is no agreed upon way of styling components in Yew. Of course you can create static stylesheets and reference those classnames. However, React has shown that dynamic stylesheets can be useful and are very popular. And systems like Less and Sass show that CSS can be a lot more powerful than it is.

yew

View all tags