|
|
|
|
|
by lyang2821
617 days ago
|
|
I bootstrapped Lapdev (https://lap.dev/) all in Rust too. Axum for the backend and Leptos for the frontend. Sharing structs between backend and frontend is quite nice. Besides the memory safety, type system etc, Rust gives you the confidence that you know it can scale in pretty much all scenarios in terms of performance. |
|
What led you to choose Leptos for the frontend besides the shared code advantage?