Snap-routes provides typesafe routing for snap applications.
Snap-routes adds the following features on top of Snap -
- Typesafe URLs, including automatic boilerplate generation using TH. Including features such as -
- Nested Routes
- Subsites
- Route Annotations
- Seamlessly mix and match "unrouted" request handlers with typesafe routing.
- Sitewide Master data which is passed to all handlers and can be used for persistent data (like DB connections)
- 0.0.1 : Intial release