SPA file router inspired by Sapper router.
While Routify and Sapper's router should work interchangeably, there are some key differences.
Differences | Sapper router | Routify |
---|---|---|
SSR | + | - |
SPA | - | + |
Resets | - | + |
Scoped variables | - | + |
Route props | - | + |
Helpers | - | + |
Fast dev builds | - | + |
Feel free to open an issue or a pull request, if there's anything you think could be improved.