swheel
v1.1.3
Published
Ultimate svelte router
Downloads
40
Readme
Swheel
Declarative component-based svelte 3 router.
Install
npm i --save swheel
API
- <Router />
- <MemoryRouter />
- getHistory()
- navLink
- <Route />
- <Layout />
- <HashRoute />
- <Fallback />
- <Redirect />
- <BeforeLeave />
- <Protected />
<Router />
<MemoryRouter />
getHistory: Function
Methods:
Stores:
navLink: Function
Parameters:
<Route />
<Layout />
<HashRoute />
<Fallback />
<Redirect />
<BeforeLeave />
<Protected />
TODO
- Recipe for SSR
- Unit tests
- Typings