Fork me on GitHub
#re-frame
<
2016-05-28
>
kauko08:05:47

@vikeri: do you have a code sample we could take a look at?

kauko08:05:40

there shouldn't be anything special about : should-component-update, and especially since the will-update method is called normally, it makes me wonder if you have a typo in there or something

richiardiandrea23:05:14

@mccraigmccraig: I started using your macros! I like more to have the event id on the first line, it is pretty concise thanks!

(rf/reghandler :initialize
 [_ [_ config local-storage-vals]]
 (log/debug "Initializing app...")
 (io/print-version! (:version-path config))
 (app/make-init-state! config local-storage-vals))