leptos-signals

Crates.ioleptos-signals
lib.rsleptos-signals
version0.0.3
sourcesrc
created_at2022-12-01 18:05:54.761671
updated_at2023-01-13 06:38:32.279367
descriptionVarious signals for Leptos
homepage
repositoryhttps://github.com/akesson/leptos-signals
max_upload_size
id727813
size6,720
henrik (akesson)

documentation

README

crates.io Discord

leptos-signals

Different Signals for Leptos:

Leptos Logo


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.

Commit count: 10

cargo fmt