From 1e5926668954fe9c56ef16ddfd8b36384032fc38 Mon Sep 17 00:00:00 2001 From: Marek Piasecki Date: Mon, 12 Nov 2018 15:28:57 +0100 Subject: [PATCH] add readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e02785 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# 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/)