svelte-navigator
svelte-navigator copied to clipboard
Add Router modules, bound to specific history type
Add Router modules that are bound to a specific history:
- BrowserRouter using the HTML5 History API
- HashRouter using the hash fragment
- MemoryRouter for testing and embedded widgets
- A Router, that automatically falls back to a memory history when the browser history doesn't work. Maybe AutoRouter