@wq/outbox
v2.1.0
Published
A simple model API for working with stored lists
Downloads
23
Readme
@wq/outbox is a wq.app module providing an offline-cabable "outbox" of unsynced form entries for submission to a web service. @wq/outbox integrates with @wq/app to parse form submissions, @wq/store to handle offline storage, and with @wq/model for managing collections of editable objects. @wq/outbox is based on Redux Offline, and leverages its strategies for detecting network state and retrying failed submissions. @wq/outbox also robustly stores photos submitted with a form until a connection is available.
Documentation
Installation • API • Outbox Item • Configuration • Plugins • Methods