A simple router for the browser with features like caching, preloading and page transitions.
npm install --save @smoovy/router
Import the router as usual and initialize it wit a base url:
import { Router } from '@smoovy/router';
const router = new Router();
... TBA
See the LICENSE file for license rights and limitations (MIT).