mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* simple counter application with functional components * clean up some comments * use the word 'function' instead of 'functional' Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com> * add the counter functional example package to workspace root cargo toml * add data-trunk link tag in index html * include counter functional into the examples readme file Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com>
10 lines
219 B
TOML
10 lines
219 B
TOML
[package]
|
|
name = "counter_functional"
|
|
version = "0.1.0"
|
|
authors = ["Zahash <zahash.z@gmail.com>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
yew = { path = "../../packages/yew", features = ["csr"] }
|