Hacker News new | ask | show | jobs
by kylebrown 4086 days 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).

1 comments

It'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.
Old callbacks can call to newer versions of modified functions. The live-reloading code I made needed named functions for this reason.