This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-09-15
Channels
- # admin-announcements (7)
- # alda (6)
- # beginners (34)
- # boot (23)
- # cljs-dev (3)
- # clojure (73)
- # clojure-italy (4)
- # clojure-japan (6)
- # clojure-nlp (1)
- # clojure-russia (104)
- # clojure-sg (2)
- # clojurescript (222)
- # clojurex (7)
- # cursive (41)
- # datascript (2)
- # datomic (56)
- # docs (1)
- # editors (6)
- # emacs (3)
- # events (8)
- # hoplon (139)
- # jobs (2)
- # ldnclj (24)
- # luminus (2)
- # off-topic (3)
- # om (12)
- # onyx (24)
- # re-frame (5)
- # remote-jobs (1)
- # yada (1)
starting to see the light at the end of tunnel, finally writing tests for Om Next which means maybe I actually have a design ...
given a sub-cursor in a sub-component of the root, is there a way to get the root cursor? I assumed that was what om/root-cursor
was for but apparently I misread
which from a bit of digging in the repl is basically the root with a “path” that provides a lens for the value
maybe this isn’t best practice, but you can at least get to the underlying atom with om/state