leptos/examples/counter_url_query
2023-09-13 19:57:50 -04:00
..
public feat: add create_query_signal for URL-synced signals (#1377) 2023-07-23 12:20:15 -04:00
src feat/change: adopt reactive ownership model and drop cx/Scope (#918) 2023-08-21 19:31:37 -04:00
Cargo.toml feat: add create_query_signal for URL-synced signals (#1377) 2023-07-23 12:20:15 -04:00
index.html feat: add create_query_signal for URL-synced signals (#1377) 2023-07-23 12:20:15 -04:00
Makefile.toml build(examples): make it easier to run examples (#1697) 2023-09-12 10:46:16 -04:00
README.md doc(examples): reference run instructions (#1705) 2023-09-13 19:57:50 -04:00

Leptos Query Counter Example

This example creates a simple counter whose state is persisted and synced in the url with query params.

Getting Started

See the Examples README for setup and run instructions.