This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-02
Channels
- # announcements (1)
- # aws (5)
- # babashka (13)
- # beginners (202)
- # bristol-clojurians (3)
- # cider (16)
- # clojure (283)
- # clojure-dev (8)
- # clojure-finland (30)
- # clojure-italy (4)
- # clojure-nl (6)
- # clojure-spec (17)
- # clojure-survey (161)
- # clojure-sweden (7)
- # clojure-uk (62)
- # clojurescript (4)
- # core-async (31)
- # cursive (3)
- # datomic (7)
- # defnpodcast (1)
- # fulcro (8)
- # jobs (2)
- # lumo (2)
- # malli (2)
- # off-topic (24)
- # other-languages (1)
- # overtone (1)
- # re-frame (6)
- # remote-jobs (3)
- # shadow-cljs (6)
- # spacemacs (17)
- # tools-deps (20)
Hi @tony.kay. The situation I have is that I am trying to initialize local state transitively. I have a root node with children A, B, C and each them has a child associated with it. I am using only initial state and the children of A, B, C are initialized with data from their local state which is initialized in the Root node. Can this be causing a problem?
I don't know why this code doesn't work https://gist.github.com/a23881b6fefebaa1db4dd70ac5a28d70. The FundRaisingItems
class renders fine, but when you press the button, it does not execute the FundRaisiningItemDetail
class. I cannot figure this out and I've searched everywhere. If someone can give me a pointer, I would greatly appreciate it!
Um…you’re trying to render something inside of an event handler? That makes no sense @hadilsabbagh18