Framework agnostic front-end router based on store pattern http://router.maniak.pro
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
468 B
20 lines
468 B
6 years ago
|
# pro-router.js
|
||
|
|
||
|
## Features
|
||
|
|
||
|
### AGNOSTIC
|
||
|
Framework independent. It integrates with anything that runs in a browser.
|
||
|
|
||
|
### BLAZING FAST
|
||
|
Eager computation and two kinds of caching guarantees you the top speed.
|
||
|
|
||
|
### NEW PARADIGM
|
||
|
Maintenance-free routing. Treat url as a simple data store. Break with a status quo of stubborn pattern matching!
|
||
|
|
||
|
### TINY & NO DEPS
|
||
|
832 bytes and no npm dependencies.
|
||
|
|
||
|
## More
|
||
|
|
||
|
[router.maniak.pro/#/docs/](http://router.maniak.pro/#/docs/)
|