How I Built a Full-Stack React Framework 4x Faster Than Next.js

2 skiniks 1 7/29/2025, 3:02:47 PM ryanskinner.com โ†—

Comments (1)

skiniks ยท 3h ago
After 25 years of web development, I built Runtime Accelerated Rendering Infrastructure (Rari) to prove that React frameworks can be both developer-friendly and exceptionally fast.

Key results vs Next.js: - 4.04x faster component rendering under load - 3.74x higher throughput (10,586 vs 2,832 req/sec) - 5.8x faster build times - 100% React Server Component compatibility

Built on a custom Rust runtime with V8, and intelligent Vite integration. All benchmarks are reproducible.

Try it: https://rari.build Code: https://github.com/rari-build/rari Benchmarks: https://github.com/rari-build/benchmarks