Crates.io | leptos-signals |
lib.rs | leptos-signals |
version | 0.0.3 |
source | src |
created_at | 2022-12-01 18:05:54.761671 |
updated_at | 2023-01-13 06:38:32.279367 |
description | Various signals for Leptos |
homepage | |
repository | https://github.com/akesson/leptos-signals |
max_upload_size | |
id | 727813 |
size | 6,720 |
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.