You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2021. It is now read-only.
Currently app won't show a blank screen when offline 😉
Request Caching
The requests fired via re-quests are automatically cached.
re-quests should provide additional config like caching strategy similar to service workers, for updating stale content (offline first, network first, fastest).
service worker on web for offline navigation
Offline Template Switching
action introduced - $template
document $template
Offline App Sessions 👍 🥇
Currently the architecture assumes the session is generated on the backend & it is the sole way of communication.
🤔
Action Executors - Runtime, WIdget, Template
first version hacky implementation - once the application has been loaded different executors can receive actions & perform actions offline.
Runtime to manage offline network retries for in app requests using redux-offline
Earlier discussions about Parking Management Solution revealed that the apps should be able to work offline. Discussed workflow:
User checks in at the Parking Venue, gets a Badge/Card no in exchange of keys. The user might receive an additional link to a web page with an option Get My Ride.
The Valet takes the Car & parks at Slot S at Floor F, where F may be negative & the app should be able to work offline. The Valet then updates the corresponding check in entry, with additional details like where the vehicle has been parked.
The text was updated successfully, but these errors were encountered:
Offline Mode
community managed store enhancer like redux-persist
Why ?
Earlier discussions about Parking Management Solution revealed that the apps should be able to work offline.
Discussed workflow:
The text was updated successfully, but these errors were encountered: