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
In-browser storage size is limited, so for offline-first PWAs you may end up needing some kind of data compression.
A hook that handles compression transparently could be useful here.
Possible config options:
idField
compression / decompression callback
compression level
field blacklist / whitelist (you may want to exclude some data from compression for querying / sorting )
The text was updated successfully, but these errors were encountered:
In-browser storage size is limited, so for offline-first PWAs you may end up needing some kind of data compression.
A hook that handles compression transparently could be useful here.
Possible config options:
The text was updated successfully, but these errors were encountered: