Counter
The smallest complete Fission app loop, plus a modal, checkbox, text input, selector, animation requests, and a small custom canvas example.
Open this example when you specifically want to study typed actions and reducers, selector-backed view model, and modal overlay and animation wiring. The goal is not to copy the crate line for line. The goal is to see how one question is solved in a running app that already matches the real runtime.
- typed actions and reducers
- selector-backed view model
- modal overlay and animation wiring
cargo run -p counter