Different Signals for Leptos:
This is the start of what will hopefully become a collection of signals. PRs are welcome!
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.