Skip to content

Initial release

Compare
Choose a tag to compare
@blakeembrey blakeembrey released this 06 Jul 04:46
· 18 commits to main since this release
bda5965

Simple router with sorted route matching based on specificity, with support for simple dynamic segments. Mostly designed for use with file-system based routes (e.g. Next.js) and will avoid usages of characters that don't work on the filesystem (e.g. :).