leptos-state 1.0.1

A powerful state management library for Leptos applications with state machines, persistence, and DevTools
Documentation

leptos-state v1.0.0 - Redesigned Architecture

This module contains the completely redesigned architecture that fixes the fundamental type system issues present in v0.2.x.

Design Philosophy

  1. Trait-first design with proper bounds
  2. Feature flags that actually work independently and together
  3. Zero-cost abstractions where possible
  4. WASM-first but native-compatible
  5. Leptos v0.8+ integration from day one