For anyone wanting a actual full-stack framework with sensible defaults, type checked sql+api+rsx, and overwhelming community approval, don't reinvent the wheel: It has existed for years and is called <a href="https://leptos.dev" rel="nofollow">https://leptos.dev</a><p>(If you're just making a simple rest api backend, I still dig the simplicity of poem-openapi + sqlx)<p>I can't understand if rust on rails is a joke, badly written by gpt, or written by someone who doesn't understand both Rust and web development in general. It's full of typos and baffling design decisions. (shelling out to an external comand to generate rust code?! MACROS EXIST!)
Can anyone who has done web dev on Rust share their experience? I’ve read some Rustaceans say web dev is left best to other stacks; especially for someone just starting out in Rust.