Skip to content

Comment on Ask HN: Which full stack framework (NextJS, Remix, SvelteKit) would you use?

Comments

I'd use https://leptos.dev because you can use a fully typed language (Rust) that is super fast in the backend and also in the frontend (see https://krausest.github.io/js-framework-benchmark/2024/table...)

This looks really good, basically what I always wanted to have. I really don't like frontend development, and everytime I tried some framework it was a teetering ziggurat of javascript and css, but being able to do everything in rust would be perfect.

Do you are anyone else have experience with this and can tell me how well it works in practice and if you hit limitations very fast, where you need to hack something to make it work?

Theoretically, there are no real limitations, as you can do everything with `wasm-binden` that you can do with JS/TS. However, if you expect ready-made UI components or want to integrate any JS library, you will have to invest some time.

1) is it like Phoenix LiveView?

2) is it production ready?

1) I have no idea, I'm sorry

2) Yes and no, it really depends on your requirements. We have already created two customer projects with it and are very satisfied (although I personally still prefer the Elm approach to the reactive approach).

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.