This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-15
Channels
- # beginners (11)
- # boot (80)
- # carry (1)
- # cider (5)
- # cljs-dev (290)
- # cljsrn (4)
- # clojure (50)
- # clojure-canada (5)
- # clojure-dev (2)
- # clojure-korea (2)
- # clojure-russia (17)
- # clojure-spec (22)
- # clojurescript (41)
- # cursive (12)
- # datomic (10)
- # figwheel (1)
- # hoplon (68)
- # klipse (1)
- # off-topic (1)
- # om (16)
- # onyx (15)
- # parinfer (1)
- # proto-repl (4)
- # proton (2)
- # re-frame (14)
- # reagent (12)
- # ring (5)
- # vim (4)
- # yada (34)
@arohner :send
is for remote queries, where a query can contain both reads and mutates. Put another way, it's for remote reads and remote mutations
I’ve read https://github.com/omcljs/om/wiki/Remote-Synchronization-Tutorial , but remote mutations aren’t clicking yet. I understand remote query and local mutation, but how does this handle e.g. “the remote DB says that mutation isn’t allowed"
I'm not sure what standard way of handling that is. I've rolled my own :send which will retract the optimistic mutation and apply the remote response
anyone played with react transition groups in Om ? how to do it ?
@octo221 I’ve put together a simpe example a while ago, but I don’t know if I can find it now
looking
fantastic - thanks!
This looks interesting: https://github.com/zalmoxisus/redux-devtools-extension/releases/tag/v2.8.0
Particularly the graph monitor
@danielstockton do you really find it practical to use Redux Devtools?
I don't use redux devtools, I tried an older version a while ago. Just thought the graph visualisation looked interesting, perhaps as a learning tool. I doubt it's practical in the sense you'd use it regularly as you develop.
I shared it out of curiosity more than anything, it looked novel.
Has anyone successfully used Material Design Lite with Om? I’m getting re-rendering flashes, that appear to be caused by https://github.com/google/material-design-lite/issues/1356