Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
The Rari SSR Breakthrough: 12x Faster, 10x Higher Throughput Than Next.js (ryanskinner.com)
1 point by skiniks 54 days ago | hide | past | favorite | 2 comments


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.


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!!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: