Home

Awesome

crates.io Discord

leptos-signals

Different Signals for Leptos:

<img src="https://raw.githubusercontent.com/gbj/leptos/main/docs/logos/logo.svg" alt="Leptos Logo" style="width: 40%; height: auto; display: block; margin: auto;">

<br/>

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.