Would be more interesting to compare this to Bun or Deno + NextJs or Tanstack Start or React Router performance wise.
Rari – Rust-powered React framework
81–90 of 97 posts
Re: Rari – Rust-powered React framework
#82If anyone’s exploring Rust + React, I’ve been building something similar on the rendering side. react-vello [1] exposes Vello (a Rust GPU renderer) as a React renderer via WASM + WebGPU, so you can draw shapes and text declaratively while Rust handles the rendering in the browser. [1] https://github.com/mblode/react-vello
Re: Rari – Rust-powered React framework
#83It's like beating a dead horse. React is the literal worst of all the modern JavaScript frameworks and yet that's what everybody insists on using. Vue is light years ahead of it (and will be even further ahead when the new Vapor mode is released in 3.6). Svelte is ahead. Solid is ahead. Heck, even Marko is ahead.
I hate React, but Vue never seemed much better. What is better about it, in your opinion?
Better update performance by default.
definitely better dev tools
Re: Rari – Rust-powered React framework
#84Re: Rari – Rust-powered React framework
#85The part that I don't see are the 'use server' .
Re: Rari – Rust-powered React framework
#86Earlier quoted context omitted.
V8 is C++, so why isn't it "C++ powered"?
Technically you could say that, but the entire server runtime is written in Rust. V8 is just the embedded JavaScript engine. By that logic, every Node.js or Deno app would be "C++ powered" since they all use V8.
Yes, every one of those apps is c++ powered.
Re: Rari – Rust-powered React framework
#87It's like beating a dead horse. React is the literal worst of all the modern JavaScript frameworks and yet that's what everybody insists on using. Vue is light years ahead of it (and will be even further ahead when the new Vapor mode is released in 3.6). Svelte is ahead. Solid is ahead. Heck, even Marko is ahead.
That means it is mostly React/Next.js and in some cases, Angular.
Anything else will get side looks on why are we not using the official SDKs from partners.
Re: Rari – Rust-powered React framework
#88It's like beating a dead horse. React is the literal worst of all the modern JavaScript frameworks and yet that's what everybody insists on using. Vue is light years ahead of it (and will be even further ahead when the new Vapor mode is released in 3.6). Svelte is ahead. Solid is ahead. Heck, even Marko is ahead.
I am a react developer. For past few months I am working in vue and I Just dont see any benefits
Also, vue interops better with webcomponents and non-framework code than React in my experience. Most non-React libraries need a React wrapper to work in a React project.
Re: Rari – Rust-powered React framework
#89Re: Rari – Rust-powered React framework
#90If anyone’s exploring Rust + React, I’ve been building something similar on the rendering side. react-vello [1] exposes Vello (a Rust GPU renderer) as a React renderer via WASM + WebGPU, so you can draw shapes and text declaratively while Rust handles the rendering in the browser. [1] https://github.com/mblode/react-vello
demo does not works on firefox+linux