[READ-ONLY] Mirror of https://github.com/Schniz/route-ts.
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 100.0%
14 2 2

Clone this repository

https://tangled.org/schlez.in/route-ts https://tangled.org/did:plc:qwya6vurxwalbyqflev6s44y
git@tangled.org:schlez.in/route-ts git@tangled.org:did:plc:qwya6vurxwalbyqflev6s44y

For self-hosted knots, clone URLs may differ based on your setup.



README.md

🍰 route-ts#

An experimental type-safe layered routing system.

🔒 Fully type-safe. No any or even Record<string, any> types anywhere.

🕸 Layered routing. Routes are a composition of smaller middleware-like layers.

🚮 Fully tree-shakable and dead-code-eliminable. Only the layers you use will be included in your final bundle.

🧩 Extensible. Add your own layers to the routing system, install new layers from npm, or use the provided ones.