DEV Community

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

Patrick on October 27, 2018

In the first post of the series, I showed how you can interface with an API in React. One of the main problems with this approach is that if you ha...
Collapse
 
chetankumars profile image
chetankumars

I want to store a blob type API response in a cache for a few minutes.

Collapse
 
chadsteele profile image
Chad Steele

Great article! Thanks!
I think you'll like this alt to redux as well.
dev.to/chadsteele/eventmanager-an-...