3 releases

0.0.3 Jan 13, 2023
0.0.2 Dec 6, 2022
0.0.1 Dec 1, 2022

#38 in #signals

Download history 15/week @ 2024-02-23 9/week @ 2024-03-01 39/week @ 2024-03-29 13/week @ 2024-04-05

52 downloads per month

MIT license

6KB
102 lines

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.

Dependencies

~12MB
~225K SLoC