DEV Community

Discussion on: Write a frontend application with Rust

Collapse
 
qm3ster profile image
Mihail Malo

If you need server rendering today, I recommend looking at github.com/chinedufn/percy,
and if you don't, github.com/Pauan/rust-dominator.
The latter beats Svelte performance and memory usage, by using the right concepts like github.com/ryansolid/solid does for JS. You might even want to explore using the underlying github.com/Pauan/rust-signals for non-frontend purposes.

Collapse
 
mtwtkman profile image
mtwtkman

I appriciate your comment!
They are the ones I hardly knew. I gonna play with them.