Submission + - You don't need React to be reactive - djust 1.0 fully reactive python (djust.org)
Tip writes: djust brings the proven Phoenix LiveView model to Django: server-driven reactive UI in pure Python. Elixir's Phoenix and Laravel's Livewire proved the pattern works at scale. What's new is the execution: a Rust VDOM and template engine on the hot path so rendering stays sub-millisecond, a zero build step, and a security model built for the AI era. That combination has never existed for Django before.