For those looking for an actual Rust web framework, check out Leptos:

- https://leptos.dev/

- https://news.ycombinator.com/item?id=36461660

- https://youtu.be/cp3tnlTZ9IU?si=5H4cAVS8g6CFGwab

Thanks for sharing Leptos! I'm actually a fan of it too, it's a great framework for those who want to build full-stack apps in Rust.

That said, rari takes a different approach. It's not a pure Rust framework. It's a React Server Components framework that happens to be powered by a Rust runtime. The goal is to abstract away Rust's complexity entirely so JavaScript/TypeScript developers can build high-performance React apps without needing to learn Rust.