1.0.3 • Published 2 years ago

client-routing-lib v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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
});
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago