rock-solid / pwa-theme-woocommerce

E-commerce Progressive Web App Theme (React & Redux)
http://pwacommerce.com
MIT License
429 stars 162 forks source link

Add expiration date for cached data #42

Open anghelalexandra opened 6 years ago

anghelalexandra commented 6 years ago

The cached products, categories, variations and reviews should have an expiration date, ensuring that they will be removed from the browser's local storage.

This will prevent issues with stale data (for example items in the middle of the products or categories list that are not refreshed when the components are loaded).