maciejhirsz / kobold

Easy declarative web interfaces.
https://docs.rs/kobold/
Mozilla Public License 2.0
385 stars 7 forks source link

Simplify Router #97

Closed maciejhirsz closed 2 months ago

maciejhirsz commented 2 months ago

Building upon #95:

The startup can also be simplified, but we'll need way to turn arbitrary impl View into a dynamic boxed view type (with a boxed product) first.