This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-03
Channels
- # aleph (1)
- # beginners (42)
- # boot (34)
- # cider (157)
- # cljs-dev (12)
- # cljsrn (3)
- # clojure (165)
- # clojure-conj (1)
- # clojure-india (1)
- # clojure-italy (6)
- # clojure-russia (20)
- # clojure-spec (27)
- # clojure-uk (173)
- # clojurescript (116)
- # cursive (30)
- # datomic (87)
- # devcards (1)
- # docs (9)
- # emacs (2)
- # ethereum (2)
- # events (2)
- # fulcro (60)
- # graphql (10)
- # hoplon (2)
- # jobs-rus (6)
- # keechma (1)
- # lein-figwheel (9)
- # leiningen (36)
- # luminus (2)
- # mount (3)
- # off-topic (16)
- # om (14)
- # onyx (12)
- # pedestal (19)
- # portkey (107)
- # re-frame (9)
- # reagent (5)
- # ring (26)
- # shadow-cljs (149)
- # spacemacs (3)
- # sql (6)
Hi guys, I need a bit of advice on reagent/react interop. Im looking at react transition group stuff right now https://reactcommunity.org/react-transition-group/. What I need is lambda syntax to a transition group (fn that receives state and can render component differently based on state) but I cant figure out how to achieve similar result in reagent. Any suggestions on where to look for the solution? Thanks!
@curlyfry yeah, i tried everything I could think of. 😆, adapt-react-class etc etc. I gave up so far and went towards different direction completely. Thanks anyway!
I tried using this new version of react-transition-group as well, @gonzih , and didn't succeed (yet)
I'll try to remember to put up a guide if I succeed