leptos/reactive_graph/src
2024-08-01 19:41:11 -04:00
..
actions docs: full docs and doctests for Action/MultiAction 2024-08-01 19:40:57 -04:00
computed relax trait bounds on reactive types where possible 2024-08-01 19:41:11 -04:00
effect distinguish between dirty and check in effects, so that memos and signals both work correctly 2024-08-01 19:41:11 -04:00
graph docs: runtime warning if you use .track() outside a tracking context 2024-08-01 19:40:57 -04:00
owner relax trait bounds on reactive types where possible 2024-08-01 19:41:11 -04:00
signal relax trait bounds on reactive types where possible 2024-08-01 19:41:11 -04:00
channel.rs fix: close memory leak in tasks waiting on channels 2024-08-01 19:40:23 -04:00
computed.rs feat: modular, trait-based, Send/Sync reactive system 2024-08-01 19:40:23 -04:00
diagnostics.rs start working on porting over docs and tests and 0.7... 2024-08-01 19:40:57 -04:00
effect.rs feat: modular, trait-based, Send/Sync reactive system 2024-08-01 19:40:23 -04:00
graph.rs progress on error boundary that works with nested reactivity 2024-08-01 19:40:24 -04:00
lib.rs add async transitions that wait for any AsyncDerived created/triggered under them before resolving 2024-08-01 19:41:11 -04:00
nightly.rs relax trait bounds on reactive types where possible 2024-08-01 19:41:11 -04:00
owner.rs add ancestry debugging for owners 2024-08-01 19:41:11 -04:00
selector.rs fix: make Selector Send/Sync 2024-08-01 19:40:57 -04:00
serde.rs clean up 2024-08-01 19:41:11 -04:00
signal.rs continuing on nested routes 2024-08-01 19:40:25 -04:00
traits.rs only warn about non-reactive accesses if effects are enabled 2024-08-01 19:40:57 -04:00
transition.rs remove log 2024-08-01 19:41:11 -04:00
wrappers.rs impl From/Into for Signal/ArcSignal 2024-08-01 19:41:11 -04:00