mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31:11 +00:00
docs
This commit is contained in:
parent
b50c03a0b9
commit
f930a76e97
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ A fast data-driven router for Clojure(Script).
|
|||
* First-class [route data](https://metosin.github.io/reitit/basics/route_data.html)
|
||||
* Bi-directional routing
|
||||
* [Pluggable coercion](https://metosin.github.io/reitit/coercion/coercion.html) ([schema](https://github.com/plumatic/schema) & [clojure.spec](https://clojure.org/about/spec))
|
||||
* Helpers for [ring](https://metosin.github.io/reitit/ring/ring.html) & [the browser](https://metosin.github.io/reitit/frontend/basics.html)
|
||||
* Helpers for [ring](https://metosin.github.io/reitit/ring/ring.html), [http](https://metosin.github.io/reitit/http/interceptors.html) & [the browser](https://metosin.github.io/reitit/frontend/basics.html)
|
||||
* Extendable
|
||||
* Modular
|
||||
* [Fast](https://metosin.github.io/reitit/performance.html)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
* First-class [route data](./basics/route_data.md)
|
||||
* Bi-directional routing
|
||||
* [Pluggable coercion](./coercion/coercion.md) ([schema](https://github.com/plumatic/schema) & [clojure.spec](https://clojure.org/about/spec))
|
||||
* Helpers for [ring](./ring/ring.html) & [the browser](./frontend/basics.html)
|
||||
* Helpers for [ring](./ring/ring.html), [http](./http/interceptors.md) & [the browser](./frontend/basics.html)
|
||||
* Extendable
|
||||
* Modular
|
||||
* [Fast](performance.md)
|
||||
|
|
|
|||
Loading…
Reference in a new issue