Leptos State Management Library
A state management library for Leptos applications inspired by Zustand's simplicity and XState's state machine capabilities.
Features
- Store Management: Zustand-inspired stores with reactive updates
- State Machines: XState-inspired finite state machines
- Leptos Integration: First-class support for Leptos reactive primitives
- TypeScript-like DX: Ergonomic APIs with strong type safety
Quick Start
use *;
use *;
// Create a store
create_store!;
// Use in components