On The Code Smell Of Asynchronous Middleware In Redux

added by JavaScript Kicks
10/17/2018 12:30:25 PM

707 Views

Ben Nadel attempts to articulate the "code smell" of putting asynchronous control-flow middleware inside of Redux. Asynchronous middleware blurs the line between predictable state management and runtime platform, leaving your code without a clear reason for being.


0 comments