Skip to content

low level base routing for nodejs, javascript and typescript

Notifications You must be signed in to change notification settings

willybrauner/low-router

Repository files navigation

low-router 🚌‍

npm npm bundle size build

LowRouter is a lightweight (~=2Kb), low-level router implementation designed for use in nodejs, javascript or typescript applications. By default, LowRouter has no link with the browser history, but this repository provide a createBrowserHistory util ready to use. It also includes a createMatcher function to convert a route path to a regular expression, but still open to use a custom one.

This repo contains:

Credits

© Willy Brauner