Talks
An Alternative Side Effect Model for Redux Apps
For Redux applications using async flows or orchestrating concurrency, redux-saga provides an easy to understand model that's declarative and easily testable. We are going to cover the absolute basics of ES6 generators that provide us with the goodness and how to make our logic testable. We will cover a real-life trading application.
Redux Design Patterns - Solutions for Async
I will review the various methods and libraries in which we make async calls in a Redux application, finishing by introducing a pure middleware solution that involves no libraries.