chestnut

Riskpeep 2019-03-10T18:16:06.003300Z

I have a question about figwheel and Chestnut with re-frame. I've noticed that whenever the system hotloads code it resets the state of the app, defeating a large part of the benefit of hot-reloading. The template project file has 'on-jsload' in the figwheel section call 'reset,' which I believe is the cause of this behavior. Being new to re-frame and Chestnut, I'd like to ask if we need to do a reset here and if not, what are the requirements for re-frame when it comes to code reloading?