React, Redux, and API's Part Four: Redux (DRY)

added by JavaScript Kicks
1/11/2019 8:07:41 AM

451 Views

In the last post we looked at how we could use redux to interface with our API. In this post we're going to take a look at how we can make that code more re-usable so we don't have to repeat ourselves. Here's the example from the previous post.


0 comments