KentCompSoc / KentFlixClient

An open source elegant solution to watching Kent University lecture recordings - client side
MIT License
1 stars 0 forks source link

Change Redux to using IndexedDB API #43

Open HenryBrown0 opened 5 years ago

HenryBrown0 commented 5 years ago

The data stored in the current Redux store is extremely structured and could use a simpler solution. Using IndexedDB also makes sure that data is available offline although videos currently will not be synced for offline playback.