This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-05-25
Channels
- # beginners (27)
- # boot (49)
- # cider (51)
- # cljs-dev (29)
- # cljsjs (1)
- # cljsrn (19)
- # clojure (59)
- # clojure-austin (2)
- # clojure-belgium (19)
- # clojure-china (1)
- # clojure-dev (14)
- # clojure-dusseldorf (7)
- # clojure-russia (8)
- # clojure-spec (115)
- # clojure-uk (45)
- # clojurescript (118)
- # css (6)
- # cursive (8)
- # datascript (20)
- # datomic (32)
- # emacs (5)
- # events (2)
- # flambo (21)
- # hoplon (58)
- # incanter (8)
- # jobs-rus (1)
- # jobs_rus (1)
- # off-topic (3)
- # om (22)
- # om-next (9)
- # onyx (5)
- # other-languages (79)
- # re-frame (126)
- # reagent (6)
- # ring (7)
- # specter (1)
- # untangled (119)
- # yada (38)
Is there something like react-refetch for ClojureScript, where you can declaratively specify named dependencies which need to trigger GET requests for your components? https://github.com/heroku/react-refetch
Keeping all your component’s data dependencies in one place - the component. At the moment I am triggering the fetch of data dependencies at the routing level and subscribing to fetched data with re-frame subscriptions. Om Next has a parser thing for this, but I’m not using Om
@petrus: there is this - https://github.com/Day8/re-frame/wiki/Subscribing-To-A-Database . i haven't tried it myself yet