Expand description
§Leptos ShadCN Signal Management
Signal lifecycle management utilities for Leptos 0.8.8+ with tailwind-rs integration.
This crate provides utilities for managing signal lifecycles, implementing batched updates, and ensuring proper memory management in Leptos applications.
Re-exports§
pub use lifecycle::*;pub use batched_updates::*;pub use memory_management::*;pub use error::*;pub use advanced_memory::*;pub use component_migration::*;
Modules§
- advanced_
memory - Advanced memory management and performance optimization utilities Following TDD principles and ADR-001: Test-Driven Development
- batched_
updates - Batched signal updates for better performance
- component_
migration - Component Migration Module
- error
- Error types for signal management operations
- lifecycle
- Signal lifecycle management utilities for Leptos 0.8.8+
- memory_
management - Memory management utilities for signal lifecycle