yewstack/yew_router

Use default type parameters instead of aliases for State type

hgzimmerman opened this issue · 0 comments

Description

The alias approach is a little hacky and not particularly ergonomic. It would be nice to replace it with being able to elide the type when using () as the state type.