Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agronkabashi/agrouter
Minimalistic, agnostic routing library
https://github.com/agronkabashi/agrouter
agnostic agrouter javascript router routing
Last synced: 8 days ago
JSON representation
Minimalistic, agnostic routing library
- Host: GitHub
- URL: https://github.com/agronkabashi/agrouter
- Owner: AgronKabashi
- Created: 2017-06-27T07:41:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T18:04:39.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T20:47:08.211Z (about 1 month ago)
- Topics: agnostic, agrouter, javascript, router, routing
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# agrouter
The goal with agrouter is to provide an agnostic, simple to use router with a minimal footprint.### Size
The size of agrouter varies depending on how you import it. ES2015+ yields the best results since treeshaking can reduce the size even further.| Formats | Minified (KB) | Gzipped (KB) |
|---------------|:-------------:|:------------:|
| CommonJS | 1.8 | 0.86 |
| ES2015+ | <= 1.8 | < 0.86 |## Related projects
[react-agrouter](https://github.com/AgronKabashi/react-agrouter) - Wrapper library for React/Preact applications
### Installation
```
npm install agrouter --save
```### Usage
See [Wiki](https://github.com/AgronKabashi/agrouter/wiki)### Versioning
This project uses semantic versioning.### Licence
MIT