This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-19
Channels
- # aws (2)
- # beginners (135)
- # boot (20)
- # chestnut (7)
- # cider (18)
- # clara (5)
- # cljs-dev (50)
- # cljsrn (30)
- # clojure (252)
- # clojure-italy (9)
- # clojure-losangeles (5)
- # clojure-russia (8)
- # clojure-spec (33)
- # clojure-uk (5)
- # clojurescript (32)
- # clr (4)
- # cursive (5)
- # data-science (1)
- # datascript (1)
- # datomic (40)
- # emacs (1)
- # fulcro (18)
- # graphql (11)
- # hoplon (3)
- # lein-figwheel (2)
- # lumo (47)
- # off-topic (2)
- # om-next (3)
- # onyx (10)
- # pedestal (22)
- # protorepl (6)
- # re-frame (7)
- # reagent (38)
- # ring (1)
- # ring-swagger (5)
- # rum (3)
- # spacemacs (19)
- # specter (5)
- # vim (13)
- # yada (16)
@daiyi @lxsameer I'm certianly interested in gitbook. Will respond further on the existing PR
A library we wrote in the recent past: https://github.com/nilenso/re-crud. Thoughts? 🙂
In re-frame is there an idomatic way to dispatch an event on a subscription? I want to sync with the server when the model changes. Theres many handlers which change the model, dont want to update all the handler to fire of a sync event
@l1sp3r Check out https://github.com/Day8/re-frame/blob/master/docs/Subscribing-To-External-Data.md
You basically use a raw subscription where you do the side effect first and return a manual reaction after. This way the reaction is what re-runs on sync without the side effect. Bonus, you get to supply a tear down handler too!
@srihari this library is awesome https://github.com/metosin/spec-swagger https://github.com/metosin/ring-swagger FULL STACK DEVELOPMENT WITH JUST SPEC