This commit is contained in:
Tommi Reiman 2018-02-19 07:44:21 +02:00
parent e1fbe4460f
commit dc85c29760
2 changed files with 6 additions and 6 deletions

View file

@ -12,9 +12,9 @@ A fast data-driven router for Clojure(Script).
* [Fast](https://metosin.github.io/reitit/performance.html)
The following higher-level routers are also available as separate modules:
* [`ring-router`](https://metosin.github.io/reitit/ring/ring.html) with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html)
* `http-router` with enchanced Pedestal-style Interceptors (WIP)
* `frontend-router` with Keechma-style Controllers (WIP)
* [`reitit-ring`](https://metosin.github.io/reitit/ring/ring.html) with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html)
* `reitit-http` with enchanced Pedestal-style Interceptors (WIP)
* `reitit-frontend` with Keechma-style Controllers (WIP)
See the [full documentation](https://metosin.github.io/reitit/) for details.

View file

@ -12,9 +12,9 @@
* [Fast](performance.md)
The following higher-level routers are also available as separate modules:
* [`ring-router`](./ring/ring.md) with [data-driven middleware](./ring/data_driven_middleware.md)
* `http-router` with enchanced Pedestal-style Interceptors (WIP)
* `frontend-router` with Keechma-style Controllers (WIP)
* [`reitit-ring`](./ring/ring.md) with [data-driven middleware](./ring/data_driven_middleware.md)
* `reitit-http` with enchanced Pedestal-style Interceptors (WIP)
* `reitit-frontend` with Keechma-style Controllers (WIP)
To use Reitit, add the following dependecy to your project: