mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Docs
This commit is contained in:
parent
e1fbe4460f
commit
dc85c29760
2 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue