Asynchronicity and JavaScript

from blog Oliver Caldwell's blog, | ↗ original
There are two very difficult things in UI development, well, there’s a lot more than that but here’s two very important aspects. Management of state Management of asynchronicity A lot has been done to make state less… evil? (see React, Redux, Cycle, Elm, Om, etc) The same can’t really be said for async operations, we kind of dumped some bare...