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
The redux ecosystem now provides many of the same features as wq.app's data model. Integrating these libraries would allow us to leverage a lot of existing design and implementation work, particularly around offline storage and sync.
Replace/integrate wq/router.js with a Redux-based solution.
Replace wq/json.js with fetch (not redux-specific but related to these changes)
Note that this only proposes overhauling the data model and does not change wq.app's UI layer, which will remain integrated with Mustache and jQuery Mobile (at least for now).
I will try to split this up into smaller subtasks in the coming weeks/months.
The text was updated successfully, but these errors were encountered:
The redux ecosystem now provides many of the same features as wq.app's data model. Integrating these libraries would allow us to leverage a lot of existing design and implementation work, particularly around offline storage and sync.
Note that this only proposes overhauling the data model and does not change wq.app's UI layer, which will remain integrated with Mustache and jQuery Mobile (at least for now).
I will try to split this up into smaller subtasks in the coming weeks/months.
The text was updated successfully, but these errors were encountered: