A Rust-TypeScript integration
github.com
A Rust-TypeScript integration
1–10 of 52 posts
Re: A Rust-TypeScript integration
#2Re: A Rust-TypeScript integration
#3Re: A Rust-TypeScript integration
#4Why do you need a separate back-end in Rust? Nothing beats Next.js + React server components for me.
Re: A Rust-TypeScript integration
#5Why do you need a separate back-end in Rust? Nothing beats Next.js + React server components for me.
That's the first time in many years that I see someone saying they like RSC.
Re: A Rust-TypeScript integration
#6Re: A Rust-TypeScript integration
#7Why do you need a separate back-end in Rust? Nothing beats Next.js + React server components for me.
Re: A Rust-TypeScript integration
#8Earlier quoted context omitted.
That's the first time in many years that I see someone saying they like RSC.
What is there not to like? RSCs simplify state management by so much. There is no longer any need for zustand, redux, etc.
Re: A Rust-TypeScript integration
#9Earlier quoted context omitted.
That's the first time in many years that I see someone saying they like RSC.
What is there not to like? RSCs simplify state management by so much. There is no longer any need for zustand, redux, etc.
Re: A Rust-TypeScript integration
#10Earlier quoted context omitted.
What is there not to like? RSCs simplify state management by so much. There is no longer any need for zustand, redux, etc.
As someone who lightly dabbles in React my interpretation of that comment is “what’s not to like? It solves at least some of the problems React itself introduced!”