flosse / rust-web-framework-comparison

A comparison of some web frameworks and libs written in Rust
4.99k stars 194 forks source link

Add yew-template #153

Closed Mubelotix closed 1 year ago

Mubelotix commented 1 year ago

Add yew-template, a macro that builds a yew tree from an html file.

It is used in production on a >500 daily user website.

It's not fully mature yet and lacks some features but it's still pretty useful. Just tell me if you think it's best to wait some time so that it grows.

(I'm the author but it will be maintained by a team as we depend on it)

flosse commented 1 year ago

thx!