leptos/examples/counter_url_query
2023-07-24 12:02:30 -04:00
..
public feat: add create_query_signal for URL-synced signals (#1377) 2023-07-23 12:20:15 -04:00
src feat: add create_query_signal for URL-synced signals (#1377) 2023-07-23 12:20:15 -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): update Makefiles for recent examples (#1431) 2023-07-24 12:02:30 -04:00
README.md feat: add create_query_signal for URL-synced signals (#1377) 2023-07-23 12:20:15 -04:00

Leptos Query Counter Example

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

To run it, just issue the trunk serve --open command in the example root. This will build the app, run it, and open a new browser to serve it.

If you don't have trunk installed, click here for install instructions.