svelte-navigator icon indicating copy to clipboard operation
svelte-navigator copied to clipboard

Add Router modules, bound to specific history type

Open mefechoel opened this issue 5 years ago • 0 comments

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

mefechoel avatar Oct 17 '20 14:10 mefechoel