This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-09
Channels
- # beginners (376)
- # cider (7)
- # cljs-dev (4)
- # clojure (96)
- # clojure-dev (7)
- # clojure-finland (2)
- # clojure-spec (1)
- # clojure-uk (15)
- # clojurescript (54)
- # cryogen (1)
- # defnpodcast (2)
- # docs (4)
- # emacs (1)
- # fulcro (2)
- # hoplon (15)
- # lumo (19)
- # off-topic (28)
- # om (3)
- # pedestal (2)
- # portkey (6)
- # proton (2)
- # re-frame (34)
- # reagent (4)
- # ring (3)
- # spacemacs (5)
- # unrepl (3)
A question about thunks in parser mutations. When used in a server side parser, can I assume that the thunk will be invoked syncronously i.e. I can access return values. I know this is not possible in a client parser but it simplifies things if it can be used this way in a server side parser.
in case anyone is interested in seeing how to do an om.next backend parser with SQL, here's a small one I built https://gist.github.com/cjhowe7/88e943ac7eefeda086f3a61eb1123712