1.0.3 • Published 2 years ago
client-routing-lib v1.0.3
Getting Started
Install @client-routing-lib with npm
:
npm install client-routing-lib
Using
const router = new Router();
router.on("/", {
onEnter: () => {
// your code
},
// other hooks
});