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
- Host: GitHub
- URL: https://github.com/akesson/leptos-cached
- Owner: akesson
- Created: 2022-11-30T08:21:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T14:17:18.000Z (over 3 years ago)
- Last Synced: 2025-01-06T13:58:58.533Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)