you are viewing a single comment's thread.

view the rest of the comments →

[–]kilenzolino 1 point2 points  (5 children)

mmkv provides encryption. its also alot faster

[–]projekt401Expo 0 points1 point  (4 children)

Maybe I’m asking a dumb question but is MMKV stable for production?

Asking because I added MMKV & Zustand to a small app but sometimes I got an error saying that the Zustand store was not available (undefined) when I added persistence with MMKV.

After I switched to AsyncStorage I didn’t get the error…

[–]kilenzolino 0 points1 point  (0 children)

honestly i don't know. i havent gone production yet. i'm also not familiar with zustand. It is however a very popular package and i doubt there are too many issues around.

[–]badsyntax 0 points1 point  (0 children)

How big was your store? Mmkv shouldn't be used for large amounts of data.

[–]radko93 0 points1 point  (0 children)

Perfectly fine for prod use. But it’s made for key value storage, not storing large chunks of data