clientStore is a wrapper around localstorage and dataStore is a more abstract wrapper around indexedDB. If you don’t need to efficiently query/set (i.e. not always having to read write the whole thing) stuff, clientStore is generally your better bet.
1 Like