CharlesMangwa / react-data-fetching

🎣 Declarative data fetching for React.
https://react-data-fetching.now.sh
MIT License
491 stars 27 forks source link

load from offline cache #14

Closed tomByrer closed 6 years ago

tomByrer commented 6 years ago

Incase the use lost internet, or worse has 'lie-fi', does this cache the prior request, loads that, then tries to update with a fresh request?

CharlesMangwa commented 6 years ago

Hi @tomByrer! As precised in the Todo section of the README, this is still a feature that needs to be implemented. Feel free to give it a try and send a PR if you want!