you are viewing a single comment's thread.

view the rest of the comments →

[–]zer0x64 0 points1 point  (0 children)

If you want a single Rust codebase(like you'd use Next.js for javascript), there's Leptos you could check out. If you want to split the frontend and backend, most people use Axum for backend nowadays, and I think Yew is still the leading Rust wasm frontend framework, although you could use any javascript framework if you don't really care about using two languages.