Alert System (Django Reactor)
Phoenix LiveView-style reactive components
{% component 'XAlertList' %}
Django Reactor Demo
This version uses Django Reactor for reactive updates:
- Phoenix LiveView-style: Server-side components with WebSocket updates
- Real-time reactivity: All interactions happen through WebSockets
- Component-based: Python classes with declarative templates
- Minimal JavaScript: All logic in Python, automatic DOM updates
- Efficient updates: Uses morphdom for smart DOM patching
- Declarative events: Event handlers defined in templates