mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
013ec4a09d
* added two-way data binding to dom elements * added two-way data binding to radio groups * moved bind into reactive_graph mod * chore: use `::leptos` absolute path in macro * chore: move `Group` into the reactive module, as that's the only place it has meaning * feat: use new `bind:` syntax * chore: update for non-generic rendering * chore: ignore this test --------- Co-authored-by: Greg Johnston <greg.johnston@gmail.com> |
||
---|---|---|
.. | ||
node_modules | ||
public | ||
src | ||
Cargo.toml | ||
index.html | ||
Makefile.toml | ||
package-lock.json | ||
package.json | ||
README.md | ||
rust-toolchain.toml |
Leptos TodoMVC
This is a Leptos implementation of the TodoMVC example common to many frameworks. This is a relatively-simple application but shows off features like interaction between components and state management.
Getting Started
See the Examples README for setup and run instructions.
Quick Start
Run trunk serve --open
to run this example.