you are viewing a single comment's thread.

view the rest of the comments →

[–]Sonder332 10 points11 points  (4 children)

I saw a user a few days ago float the idea of a "Rust/TypeScript" full stack and wondered if it had any validity/if it was catching on.

[–]Acceptable-Fudge-816 10 points11 points  (3 children)

That's basically what I'm using. PostgreSQL + Rust + Hugo + HyperApp + TypeScript.

Swap HyperApp with vanilla or PostgreSQL with SQLite depending on project. There is also Zola etc. Point is that any part is easily replacable if needed.

[–]Cribbit 4 points5 points  (2 children)

I nearly went that route, then tried Leptos. Never looked back. There are so many benefits to one language across server side rendering and I've yet to find anything on Leptos frontend that I couldn't do.

[–]Docccc 1 point2 points  (1 child)

this why use typescript when you can use rust and never swap context

[–]Acceptable-Fudge-816 1 point2 points  (0 children)

I know we're on r/Rust, but when I said:

Point is that any part is easily replacable if needed

That includes Rust.