React Integration Demo
Server Counter (LiveView)
This counter is managed server-side with LiveView:
Server Count: 0
Client Counter (React)
This counter is a React component with client-side state:
React Components
Cards
This is a server-rendered React card component that will be hydrated on the client.
- Server-side rendering with Rust
- Client-side React hydration
- Mix LiveView and React seamlessly
Todo List (React + LiveView)
Todos managed server-side, rendered with React components:
Alerts
Operation completed successfully!
This is a warning message.
React components rendered with Django Rust Live.