Leptos

5 Bogdanp 1 9/6/2025, 4:09:50 AM leptos.dev ↗

Comments (1)

Zambyte · 4h ago
> Leptos makes it easy to build applications in the most-loved programming language [...]

> Easily manage state without fighting the borrow checker with reactive signals. [...]

> Sleep well knowing Rust's type safety is protecting your whole app.

The close proximity of these statements is interesting to me. The only thing that is really novel and interesting about Rust is the borrow checker. That's why you have "fearless concurrency", because you can't have accidental shared+mutable state. If you see the borrow checker as something you "fight", you don't "love" Rust. Rust is far from the only strongly typed language. If you pick Rust because it's strongly typed, you're probably picking the wrong tool for the job.