This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-13
Channels
- # announcements (2)
- # beginners (15)
- # calva (6)
- # cider (3)
- # cljsrn (1)
- # clojure (33)
- # clojure-hk (4)
- # clojure-uk (9)
- # clojurescript (13)
- # cursive (5)
- # datomic (6)
- # figwheel-main (1)
- # fulcro (5)
- # graalvm (12)
- # instaparse (1)
- # kaocha (1)
- # nrepl (6)
- # off-topic (5)
- # pedestal (10)
- # quil (8)
- # reitit (2)
- # ring (5)
- # shadow-cljs (10)
- # sql (1)
- # vim (13)
speaking of will-enter Tony, I am trying to use will-leave
:will-leave (fn [_ _] true)}
lets say for the sake of fun that I am doing the above. the compile is barfing saying that will enter does not take 3 arguments
first one should be reconciler and second props .. no ?
actually I am fine now .. I needed to transact something in will-leave and I just used (prim/transact this blahhhh ) and the this worked for me .,. so I am all set