This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-04-16
Channels
- # admin-announcements (11)
- # arachne (4)
- # beginners (7)
- # boot (21)
- # clojure (41)
- # clojure-greece (2)
- # clojure-japan (7)
- # clojure-poland (4)
- # clojure-russia (25)
- # clojure-sg (1)
- # clojure-uk (3)
- # clojurescript (23)
- # cursive (2)
- # datomic (2)
- # devcards (2)
- # euroclojure (6)
- # hoplon (101)
- # immutant (4)
- # leiningen (4)
- # mount (8)
- # off-topic (2)
- # om (34)
- # onyx (2)
- # planck (1)
- # re-frame (4)
- # reagent (16)
- # spacemacs (6)
- # untangled (19)
> broswer reload/refresh By this do you mean clicking the "reload" button on the browser?
If so, Reagent doesn't rerender. The whole page gets blown away and replaced. You get an entirely new app from the ground up. .
hmmm... wonder why none of my code get called (debugged out to the console)...only happens on a file refresh ... using boot cljs
Where are you sticking your debug stuff, can you show an example? Sounds like you might only be logging when a component mounts as opposed to renders
@gadfly361: not that I am, but wouldn't logging at either point, component mount OR render, be rerun if its an entirely new app from the ground up?
nothing shows up...i'll have to create a distilled example (will take me a bit) then see if that still has the issue and if so share that...my code is hopeless hard to share...too much for others to grok...