This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-22
Channels
- # announcements (7)
- # babashka (17)
- # beginners (45)
- # biff (2)
- # cider (16)
- # clj-on-windows (3)
- # cljs-dev (12)
- # clojure (27)
- # clojure-austin (1)
- # clojure-europe (18)
- # clojure-norway (5)
- # clojurescript (36)
- # conjure (35)
- # core-async (2)
- # datascript (4)
- # datomic (4)
- # emacs (15)
- # fulcro (23)
- # holy-lambda (12)
- # hyperfiddle (1)
- # introduce-yourself (5)
- # nbb (11)
- # off-topic (37)
- # pathom (34)
- # pedestal (9)
- # reitit (4)
- # releases (1)
- # remote-jobs (1)
- # sci (5)
- # scittle (3)
- # shadow-cljs (88)
- # tools-build (4)
Hey. Are there any guides about migrating from compojure-api(Schema) to reitit(Malli)? Can I use both at the same time?
Both compojure-api and reitit do very similar things so using them both at the same time might be difficult. I wouldn’t recommend doing that. You can use both schema and malli at the same time though with reitit.
I’m not aware of migration guides. This channel is a good place to ask for help if you hit any brick walls while migrating. 🙂
I just have quite a few handlers and I'm thinking what to do with them :thinking_face: Whether I need to do a big-bang or not :thinking_face: Also I would like to see how doable it is in one go.