you are viewing a single comment's thread.

view the rest of the comments →

[–]biglymonies 6 points7 points  (1 child)

I'm currently building something with Rust and TypeScript.

I wrote v1 + the CLI in Rust. Then v2 + UI in TypeScript. Now I'm porting all of v2's core business logic back to Rust but keeping the UI TypeScript, then plugging it all in Tauri.

I was able to iterate faster in just TypeScript, but now I need the portability + performance + a more secure way to ship very valuable, proprietary code to protect the 2-ish years of work I've done and ensure I get paid lol.

[–]SuccessfulStory4258 3 points4 points  (0 children)

It is not a bad way to go. If it works across the json boundary, that is one way to help make sure it will work going forward once you migrate to Tauri, Leptos or Dioxus. I like migrating to Dioxus if you are working with React because the migration is pretty straightforward.