You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use redux-persist to persist the Redux store to async storage. This would improve performance on cold app starts by loading data from the async storage while RTK Query fetches new data.
The text was updated successfully, but these errors were encountered:
hassankhan
changed the title
Persist API data to device storage as cache
Cache API data using async storage
Oct 14, 2024
Use
redux-persist
to persist the Redux store to async storage. This would improve performance on cold app starts by loading data from the async storage while RTK Query fetches new data.The text was updated successfully, but these errors were encountered: