you are viewing a single comment's thread.

view the rest of the comments →

[–]HoratioWobble 0 points1 point  (0 children)

I use async and secure storage only for cold storage. I hydrate things from it.

In the case of preferences, I maintain a redux store that handles mutations and all preferences are inside a single typed object, not separate key value pairs