An open API service indexing awesome lists of open source software.

https://github.com/akesson/leptos-cached

PoC for Cached Signals
https://github.com/akesson/leptos-cached

Last synced: 3 days ago
JSON representation

PoC for Cached Signals

Awesome Lists containing this project

README

          

# Leptos Cached

This example [demonstrates](https://github.com/akesson/leptos-cached/blob/main/src/app/mod.rs#L62) a custom [KeyedSignal](https://github.com/akesson/leptos-cached/blob/main/src/app/keyed_signal.rs) typically used for fetched and cached data.

## Build and Run it

```bash
cargo leptos watch
```

> If you don't have `cargo-leptos` installed, [click here for install instructions.](https://github.com/akesson/cargo-leptos)