nested-router
I'm just exploring ...
- looking for the essence of nested routing
- stateless (pure functions)
// ES6var match map = ; var 'root';var 'child1';var 'child2';var 'grandchild'; // map some routesvar routes = ;
I'm just exploring ...
// ES6var match map = ; var 'root';var 'child1';var 'child2';var 'grandchild'; // map some routesvar routes = ;
npm i nested-router
3
0.0.2
MIT