▲ | Leptos(leptos.dev) | |||||||
10 points by Bogdanp 2 days ago | 4 comments | ||||||||
▲ | Zambyte 2 days ago | parent | next [-] | |||||||
> 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. | ||||||||
| ||||||||
▲ | akazantsev 2 days ago | parent | prev | next [-] | |||||||
Open the Store to see the prices. - Blocked. Ok. | ||||||||
▲ | ivape 2 days ago | parent | prev [-] | |||||||
Do you get Rust performance or something using this? Not really right? The DOM is the DOM. Unless you rewrite the DOM and rendering in Rust, you are literally picking the most unnecessary tool to make websites with. |