Open
Description
Hi guys,
What would be the best way to handle caching the results of my API calls? I've been playing with the ApiClient.js file (in src/helpers) and tried to replace superagent with superagent-cache, but as far as I can tell it has compatibility issue (see the issue I opened there jpodwys/superagent-cache#21 ).
Has anybody successfully implemented caching with this boilerplate?