Quantcast
Channel: Read Rust - Web and Network Services
Viewing all articles
Browse latest Browse all 100

Dynamic Stylesheets and Yew

$
0
0
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.

Viewing all articles
Browse latest Browse all 100