Awesome
leptos-signals
Different Signals for Leptos:
<br/>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.