| Mutations are currently saved in local storage. In cases where the same object (with the same id) we will need to “merge” them together. Aggregating offline mutations could help us with reducing network requests and avoiding multiple conflicts happening on single object. Aggregation can be done using different storage keys (for example mutation_user_id_1. This can help us to avoid performance problems related with extensive reading writing to the store. |