You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
+++ title = "[TRIAGE] Yew version selection and yew-router compatibility (0.21+?)" priority = 9 status = "done" ticket_type = "task" dependencies = [] +++ This is a triage decision ticket. It must be resolved before dependent implementation tickets can proceed.
Yew version selection: which version of Yew and yew-router should be used, and are they compatible with each other and the Nix dev shell? **Decision: yew = "0.22", yew-router = "0.19"**Research findings (2026-03-02):
- yew latest stable: 0.22.1
- yew-router latest stable: 0.19.0
- yew-router 0.19 requires
yew ^0.22.0— confirmed compatible - Both crates use
wasm-bindgen ^0.2, compatible withwasm-bindgen-cli 0.2.108in the Nix dev shell
Actions taken:
- Updated ticket 93515e with explicit version constraints and serde placement guidance
- Documented chosen versions in
docs/ARCHITECTURE.mdunder "Key Dependency Versions"