This would allow updates/deletes on items created while offline.
Idea: when back online, operations in mutations queue can be sent one by one (waiting for previous one to finish). If there was optimistic ID for the operation, and server returns real ID, next operations with this optimistic ID in queue can be updated with this new ID. |
|