-
Two Weird Tricks with Redux
http://jlongster.com/Two-Weird-Tricks-with-Redux
https://news.ycombinator.com/item?id=11488633
James Longster describes a couple useful approaches he found while writing the Firefox Developer Tools: checking for specific actions using a middleware, and managing multiple async requests. The HN comments include some useful discussion. -
Redux Hack: Custom Thunk APIs
http://chrispearce.co/redux-quick-hack-custom-thunk-apis/
Demonstrates writing a custom thunk middleware that injects additional dependencies into thunks. -
Connecting Redux to your API
https://blog.boldlisting.com/connecting-redux-to-your-api-eac51ad9ff89 Describes imperative and declarative approaches to managing request data and metadata