leptos/examples/counter_without_macros
Greg Johnston 89ca047f2f
examples: improve `counter_without_macros` (#751)
2023-03-27 12:50:01 -04:00
..
public Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00
src examples: improve `counter_without_macros` (#751) 2023-03-27 12:50:01 -04:00
tests Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00
Cargo.toml chore: Upgrade console_log to stable (#724) 2023-03-22 18:21:53 -04:00
Makefile.toml `v0.2.3`: fix broken stable support (#670) 2023-03-13 07:25:08 -04:00
README.md Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00
index.html Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00

README.md

Leptos Counter Example

This example is the same like the counter but it's written without using macros and can be build with stable Rust.

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.