Articles for the Storage tag
-
MMKV: The Storage Engine That Skips the Wait in React Native
If you have ever wrestled with awaiting a value just to read a theme flag on startup, MMKV is about to make your day. It is synchronous, typed, encrypted, and absurdly fast.
-
Brownies: Browser Storage You Can Eat With a Spoon
Native browser storage is four different APIs, all stringly-typed, none reactive. Brownies collapses them into one object-shaped interface where types survive and changes notify you.
-
Puter.js: The SDK That Ate Your Backend and Liked It
What if you could build an app with authentication, cloud file storage, a database, and access to GPT, Claude, and Gemini -- all from a single frontend import with no API keys, no server, and no bill? Puter.js makes that pitch and somehow delivers on it.
-
Unlocking Fast Storage Magic with react-native-mmkv
react-native-mmkv offers a blazing-fast and efficient solution for key-value storage in React Native applications. This article guides you through its setup and usage, simplifying complex concepts for beginners.