Settings

Theme

The Rari SSR Breakthrough: 12x Faster, 10x Higher Throughput Than Next.js

ryanskinner.com

1 points by skiniks 4 months ago · 2 comments

Reader

skiniksOP 4 months 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 4 months 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!!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection