mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Update README.md
This commit is contained in:
parent
09d3908a6c
commit
c210e7f1c2
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -11,7 +11,13 @@ A fast data-driven router for Clojure(Script).
|
|||
* Modular
|
||||
* [Fast](https://metosin.github.io/reitit/performance.html)
|
||||
|
||||
Modules:
|
||||
Posts:
|
||||
* [Reitit, Data-Driven Routing with Clojure(Script)](https://www.metosin.fi/blog/reitit/)
|
||||
* [Data-Driven Ring with Reitit](https://www.metosin.fi/blog/reitit-ring/)
|
||||
|
||||
See the [full documentation](https://metosin.github.io/reitit/) for details.
|
||||
|
||||
## Modules
|
||||
|
||||
* `reitit-core` - the routing core
|
||||
* [`reitit-ring`](https://metosin.github.io/reitit/ring/ring.html) with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html)
|
||||
|
|
@ -25,12 +31,6 @@ Bubblin' under:
|
|||
* `reitit-http` with enchanced Pedestal-style Interceptors (WIP)
|
||||
* `reitit-frontend` with Keechma-style Controllers (WIP)
|
||||
|
||||
Posts:
|
||||
* [Reitit, Data-Driven Routing with Clojure(Script)](https://www.metosin.fi/blog/reitit/)
|
||||
* [Data-Driven Ring with Reitit](https://www.metosin.fi/blog/reitit-ring/)
|
||||
|
||||
See the [full documentation](https://metosin.github.io/reitit/) for details.
|
||||
|
||||
## Latest version
|
||||
|
||||
All bundled:
|
||||
|
|
|
|||
Loading…
Reference in a new issue