Introduction

Routve is an advanced non-official Svelte 3 router like vue-router. Under the hood it uses page.js

Routve supports these features for now:

Nested route/view mapping
Customizable router config per router
Route params, wildcards - thanks to page.js
HTML5 history mode - thanks to page.js
Navigation guards (by router events)
Chunks and dynamic component import
Automatic links on <a href=""> attribute - thanks to page.js