This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-11
Channels
- # bangalore-clj (1)
- # beginners (24)
- # boot (134)
- # boulder-clojurians (2)
- # cider (3)
- # cljs-dev (2)
- # cljsjs (44)
- # clojars (9)
- # clojure (60)
- # clojure-greece (2)
- # clojure-quebec (1)
- # clojure-russia (44)
- # clojure-spec (15)
- # clojure-uk (1)
- # clojurescript (37)
- # core-matrix (1)
- # datomic (7)
- # emacs (1)
- # hoplon (154)
- # liberator (3)
- # mount (2)
- # om (20)
- # onyx (2)
- # pedestal (3)
- # planck (12)
- # re-frame (26)
- # reagent (32)
- # uncomplicate (4)
@mtnygard
I have defning only /*
, however when I request /
it doesn't work. I have to have something /index
for it to work. Ah, I'm working on a SPA, I don't setup server rendering yet. For now, I would like to forward all others request to the client so the javascript will take care of the routing for me.
error-dispatch core.match is based on (ex-data ex) and captures :exception for which there is no mentioning on documentation or test of error-dispatch
I ve got this notes on my error-dispatch: note that match and as a consequence guard is based on (ex-data ex) so inside guard you can skip (ex-data ex) and go straight for (:exception %) which is one of the fields captured by pedestal