The goal with agrouter is to provide an agnostic, simple to use router with a minimal footprint.
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 |
react-agrouter - Wrapper library for React/Preact applications
npm install agrouter --save
See Wiki
This project uses semantic versioning.
MIT