Skip to main content

Crate leptos_shadcn_signal_management

Crate leptos_shadcn_signal_management 

Source
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