This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-25
Channels
- # announcements (4)
- # beginners (26)
- # calva (18)
- # cider (24)
- # clojure (35)
- # clojure-brasil (9)
- # clojure-dev (6)
- # clojure-europe (39)
- # clojure-madison (1)
- # clojure-nl (1)
- # clojure-norway (100)
- # clojure-uk (6)
- # clojurescript (17)
- # data-science (15)
- # datalevin (5)
- # emacs (1)
- # events (2)
- # introduce-yourself (2)
- # javascript (1)
- # malli (28)
- # missionary (7)
- # off-topic (59)
- # polylith (20)
- # reitit (2)
- # releases (1)
- # remote-jobs (2)
- # rewrite-clj (5)
- # shadow-cljs (27)
- # sql (5)
- # squint (63)
- # xtdb (8)
Hi awesome reitit folks. I extracting ring-malli-swagger example into a repository. Initially I looked into kit template which uses a ring-defaults configuration. Later, I came acrross https://github.com/ferdinand-beyer/reitit-ring-defaults by Ferdinand Beyer which, seems to normalize ring-defaults configuration with reitit. However Reitit repo only uses ring-defaults just for a compojure perf test. There are some unanswered questions about his library here. So I'm wondering Is there a need for something like ring-defaults specifically for Reitit ? Do you have an example that you can share ? Thank you in advance.