mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
docs wip
This commit is contained in:
parent
deaf463bb4
commit
775d9d21fb
1 changed files with 4 additions and 1 deletions
|
|
@ -11,7 +11,10 @@
|
||||||
* Modular
|
* Modular
|
||||||
* [Fast](performance.md)
|
* [Fast](performance.md)
|
||||||
|
|
||||||
There are also a separate [Ring-router](https://metosin.github.io/reitit/ring/ring.html) module with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html).
|
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 Pedestal-style Interceptors (WIP)
|
||||||
|
* cljs-router with Keechma-style Controllers (WIP)
|
||||||
|
|
||||||
To use Reitit, add the following dependecy to your project:
|
To use Reitit, add the following dependecy to your project:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue