lostcarpark / conclar

ConClár Programme Guide in ReactJS
MIT License
11 stars 12 forks source link

Better handling when offline. #134

Closed lostcarpark closed 2 years ago

lostcarpark commented 2 years ago

Change to fetch without disabling cache when loading first time. This will load cached data (if available) when app loads. First refresh will then overwrite with fresh data (if online).