@anfenn/dync 1.0.17 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,6 +99,8 @@ And see how Dync compares to the alternatives [below](#hasnt-this-already-been-d
|
|
|
99
99
|
db.sync.resolveConflict(localId, true);
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
+
- Optimistic UI updates
|
|
103
|
+
- Offline detection: `syncState.apiError.isNetworkError`
|
|
102
104
|
- Optional first load data download before periodic sync is enabled
|
|
103
105
|
- Missing remote record on update strategy: `ignore` | `delete-local-record` | `insert-remote-record`
|
|
104
106
|
- Reactive updates when data changes via `useLiveQuery()` React hook:
|
package/package.json
CHANGED