Fork me on GitHub
#clojurescript
<
2018-10-14
>
heyarne07:10:29

i have posted a message in #reagent about something i don't grasp, maybe somebody here can help

idiomancy20:10:52

is there some way to reload via a repl command rather than on file save/change?

idiomancy20:10:29

figwheel is killing me but hot swapping the code is so nice

mfikes20:10:37

You can (require 'my-ns.core :reload)

mfikes20:10:59

Also check out :reload-all (less frequently used)

idiomancy20:10:09

huh, oh, yeah, I guess I could, couldn't I :thinking_face: