leptos-signals
December 1, 2022 ยท View on GitHub
leptos-signals
Different Signals for Leptos:
This is the start of what will hopefully become a collection of signals. PRs are welcome!
KeyedSignal
A KeyedSignal associates a key with a value. This is typically used for caching, where a key is needed for searching in the cache.
See example.