playpauseandstop / react-sadness

useRequest hook & set of components for requesting API data within React applications

Home Page:https://react-sadness.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure loading cached data actually works

playpauseandstop opened this issue · comments

1.0.0b0 version ensured that react-sadness properly cache response data, when cache responses is enabled and cache element exists.

Now need to ensure that data actually loaded from given cache on page load instead of making request to API.