This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-11
Channels
- # announcements (6)
- # architecture (9)
- # beginners (120)
- # calva (13)
- # cider (28)
- # clj-kondo (8)
- # cljs-dev (7)
- # clojure (113)
- # clojure-europe (13)
- # clojure-italy (7)
- # clojure-nl (9)
- # clojure-spec (44)
- # clojure-uk (7)
- # clojuredesign-podcast (15)
- # clojurescript (18)
- # cursive (9)
- # data-science (3)
- # datomic (32)
- # defnpodcast (1)
- # events (2)
- # fulcro (6)
- # jobs (1)
- # kaocha (5)
- # london-clojurians (2)
- # luminus (2)
- # nyc (2)
- # off-topic (54)
- # ring (6)
- # shadow-cljs (136)
- # sql (1)
- # testing (2)
- # tools-deps (64)
- # vim (83)
Hello! could someone advice me a good book where Ring and Compojure are in detail please 😉 ?
The "Web Development with Clojure" book uses reitit
for routing. It doesn't mention compojure
anywhere (I just searched the PDF of the 3rd edition).
I thought about the second edition - that one has some ring and compojure, especially in Chapter 2, Although it's a bit outdated I'd say that the core concepts stay same
Ah yes, I think I remember Dmitri saying that they switched to reitit
for the 3rd ed so it would make sense that the 2d ed still uses Compojure.