Download applets intelligently
Closed this issue · 1 comments
shnizzedy commented
- Current the app will download all applets (including activities, screens, etc) every time the user presses refresh or opens the app
- Ideally it would not download applets unless the applet had not been downloaded before, or some "modified" date was newer than the one in app memory
vlady-git commented
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.