Fork me on GitHub
#cljsrn
<
2017-07-24
>
zlrth00:07:13

oh, it only picks up a change in db.cljs on command-r’ing, but it picks up a change in core.cljs on saving core.cljs

zlrth00:07:38

(i’m still worried about the react packager not finding any of my files

zlrth00:07:38

oh, it probably didn’t pick up db.cljs changing because there’d have to be a sync-db or init-db function called to reset it. whoops. i’ve been programming in cljsrn for a few weeks now and i never thought about what changes should be shown in the UI after figwheel hot-loading. 🌞

pesterhazy10:07:52

yeah, what changes will be reflected immediately is a subtle question

pesterhazy10:07:12

it takes a bit of experience

pesterhazy10:07:49

e.g. everything that holds a reference to a clojurescript function in a datastructure won't be updated

pesterhazy10:07:10

unless the code that put the reference there in the first place gets re-run