jasonmerino / react-native-simple-store

A minimalistic wrapper around React Native's AsyncStorage.

Home Page:https://www.npmjs.com/package/react-native-simple-store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why update and save

mauron85 opened this issue · comments

Why there is update and save methods? They basically do the same thing in key value db.

There's a slight difference between .save and .update. Save just saves whatever you give it. If there is something there already it will overwrite that value with the given one. Update will pull whatever value is there and if it's an object it will merge the two objects.

Minor difference, but I favored the different function over passing a flag to .save.

Closing this out as it's not really an issue, just a question. @mauron85 if you have any more questions you can hit me up on Twtiter @jasonmerino or Discord.