ChildMindInstitute / MindLogger-bug-reports

GitHub repository for bug tracking and feature requesting for the MindLogger project
Other
0 stars 1 forks source link

Download applets intelligently #62

Closed shnizzedy closed 4 years ago

shnizzedy commented 4 years ago
Eden2016 commented 4 years ago

The app uses redux-persist to cache the app state. So if the user has closed the app, on new enter they will see the stored data and appropriate API call will be fired to update that data in the background. In my opinion, it is not necessary to store the data additionally, besides redux-persist.