Counter
Basic counter demonstrating store creation, state management, and reactive updates. The perfect starting point.
Enterprise-grade state management for Leptos
Basic counter demonstrating store creation, state management, and reactive updates. The perfect starting point.
Action middleware for logging, timing, and validation. Intercept mutations before and after they execute.
Persist store state to localStorage or sessionStorage. Automatic save/load with versioning support.
Compose multiple stores together. Share state between stores and create complex state hierarchies.
Runtime feature flags with percentage rollouts, user targeting, and A/B testing capabilities.
Built-in developer tools for inspecting store state, tracking events, and debugging state changes.
Authentication state management with login/logout flows, session handling, and protected routes.
Cryptocurrency token explorer with real-time data, pagination, and advanced filtering.
Client-side rendered todo app. No SSR, no hydration — pure browser state management.
Fine-grained reactivity with create_selector, combine_selectors, map_selector, and filter_selector.