5 ms·
I see the FAQ says no callbacks. So as long as there aren't any callbacks, running app state should be preserved through code updates? The video demos a React
by kylebrown 11y ago
I see the FAQ says no callbacks. So as long as there aren't any callbacks, running app state should be preserved through code updates?
The video demos a React component, great. I hope amok will work with my current workflow, using jspm (rather than webpack or something).
- caspervonb 11y agoIt's the opposite, if the application has no callbacks, how can anything be live edited when none of your code is hooked up to anything.
- DiThi 11y agoOld callbacks can call to newer versions of modified functions. The live-reloading code I made needed named functions for this reason.