Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 789 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 789 Bytes

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 - Wrapper library for React/Preact applications

Installation

npm install agrouter --save

Usage

See Wiki

Versioning

This project uses semantic versioning.

Licence

MIT