This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-05
Channels
- # bangalore-clj (2)
- # beginners (132)
- # boot (311)
- # cider (5)
- # cljs-dev (27)
- # cljsjs (2)
- # cljsrn (16)
- # clojure (76)
- # clojure-art (1)
- # clojure-france (8)
- # clojure-russia (35)
- # clojure-spain (3)
- # clojure-spec (2)
- # clojure-uk (11)
- # clojureindia (1)
- # clojurescript (98)
- # core-async (3)
- # css (9)
- # cursive (9)
- # datascript (7)
- # datomic (7)
- # emacs (30)
- # jobs (1)
- # lein-figwheel (7)
- # london-clojurians (1)
- # lumo (14)
- # off-topic (6)
- # om (1)
- # planck (3)
- # protorepl (1)
- # re-frame (27)
- # reagent (17)
- # spacemacs (10)
- # untangled (1)
- # yada (16)
Odd... using a method as a reagent component used to work well and now it isn't. I'm not sure why.
Modifying the component doesn't properly re-load it. Does anybody know how to fix that?
What do you mean by method?
Multimethod.
Yeah that's always been tricky
I'd recommend not using multimethods or wrapping it in a fn
I wonder how do people dispatch their main component with multimethod. I can wrap the component in a function, but it's ugly.
I remember this working properly at some point, but I can't get it to work again.
I'd love to understand just why it doesn't work
A failing unit test for Reagent would be a great start