kent8192
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Reinhardt is a Rust web framework where one component DSL compiles to both WASM (client) and server-rendered HTML — a single file describes both sides of a page, with no separate frontend codebase, no JS build…
- Show HN: Reinhardt – Django/DRF-inspired full-stack web framework for Rust (reinhardt-web.dev)
Reinhardt is a full-stack web framework for Rust inspired by Django and DRF. It bundles HTTP, ORM, auth, DI, and background tasks into one crate — feature flags let you pull in only what you need…