3 releases
0.0.3 | Jan 13, 2023 |
---|---|
0.0.2 | Dec 6, 2022 |
0.0.1 | Dec 1, 2022 |
#44 in #signals
22 downloads per month
6KB
102 lines
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.
Dependencies
~12MB
~224K SLoC