The Rari SSR Breakthrough: 12x Faster, 10x Higher Throughput Than Next.js (ryanskinner.com) 1 points by skiniks 8mo ago ↗ HN
[–] skiniks 8mo ago ↗ Author here. We added proper app router support, SSR, and correct RSC semantics to Rari. The performance improvements were dramatic:- 0.69ms avg response (3.8x faster than Next.js) - 20,226 req/sec throughput (10.5x higher) - 4ms P99 latency under load (12x faster) - 68% smaller bundles (27.6 KB vs 85.9 KB)The key insight: when your architecture aligns with React's design philosophy, performance follows naturally. Server components by default, 'use client' when needed, true SSR from the Rust runtime.GitHub: https://github.com/rari-build/rari Benchmarks: https://github.com/rari-build/benchmarks Try it: `npm create rari-app@latest`Happy to answer questions about the architecture and how we achieved these numbers.
[–] Stasshe 8mo ago ↗ wow, that's so fast!! i'll try later.when i use Rari, and UnoCSS, it can build in lightning speed!Thesedays, legacy code is replacing by Rust.Tough Job!!
2 comments
[ 0.22 ms ] story [ 13.1 ms ] thread- 0.69ms avg response (3.8x faster than Next.js) - 20,226 req/sec throughput (10.5x higher) - 4ms P99 latency under load (12x faster) - 68% smaller bundles (27.6 KB vs 85.9 KB)
The key insight: when your architecture aligns with React's design philosophy, performance follows naturally. Server components by default, 'use client' when needed, true SSR from the Rust runtime.
GitHub: https://github.com/rari-build/rari Benchmarks: https://github.com/rari-build/benchmarks Try it: `npm create rari-app@latest`
Happy to answer questions about the architecture and how we achieved these numbers.
when i use Rari, and UnoCSS, it can build in lightning speed!
Thesedays, legacy code is replacing by Rust.
Tough Job!!