Full stack...with Rust?

1 min read

I’m definitely unsure about the practical viability of using this project for anything beyond basic web sites (rather than a more comprehensive web application), but I’m been following Leptos for a while now and it was interesting to read more about the progress they’ve made from a performance perspective by reading Ben’s blog post, Full Stack Rust with Leptos.

Leptos uses Web Assembly for client side interactivity — not JavaScript. It has its own model for page generation and client side interactivity.