Skip to content

An alternate version of the yew RouteService, which aims to provide a more type safe API for setting routes, and some other improvements.

License

Notifications You must be signed in to change notification settings

kellpossible/switch-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

switch-router github action badge

An alternate version of the yew RouteService, which aims to provide a more type safe API for setting routes, a SwitchRoute trait which can easily be implemented manually on a type. This library provides an abstraction trait for the routing service called SwitchRouteService that has two implementations:

  • WebRouteService - a fork of yew-router's RouteService, with a simpler internal implementation by dropping support for stdweb.
  • SimpleRouteService - an implementation that does not rely on web APIs, useful for developing desktop applications with web-view.

About

An alternate version of the yew RouteService, which aims to provide a more type safe API for setting routes, and some other improvements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages