This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-31
Channels
- # bangalore-clj (3)
- # beginners (15)
- # boot (128)
- # cider (4)
- # cljs-dev (12)
- # cljsjs (1)
- # clojure (105)
- # clojure-austin (5)
- # clojure-canada (6)
- # clojure-italy (5)
- # clojure-russia (14)
- # clojure-spec (70)
- # clojure-uk (21)
- # clojurebridge (3)
- # clojurescript (264)
- # cloverage (6)
- # cursive (4)
- # data-science (6)
- # datomic (10)
- # dirac (5)
- # editors (30)
- # events (3)
- # hoplon (9)
- # klipse (7)
- # leiningen (3)
- # luminus (4)
- # off-topic (9)
- # om (5)
- # om-next (1)
- # onyx (1)
- # parinfer (2)
- # perun (28)
- # re-frame (5)
- # ring (1)
- # rum (11)
- # spacemacs (2)
- # specter (10)
- # sql (3)
- # uncomplicate (4)
- # untangled (67)
- # vim (2)
- # yada (1)
hey guys, beginner question here! any idea why the winner component is not rendering here:
winner is returning stuff wrapped in a single div in both instances, but only the second example renders anything
Om.next question; I have my app working and want to have (branching) undo in it, so I make a history atom to hold it all. Now I want to make the rendering of history look nice, I am using om, so I want to keep doing so. Now I have a problem, I want to render the history under a node rendered by the apps om root. Does this work, or is there a better way? I guess I could keep history in the app atom, but that gets oddly recursive and I can't wrap my head around how to walk forward and backwards from there. Suggestions?