Articles for the State Management tag
-
Brownie: One Store Shared Between React Native and Native
When React Native lives inside an existing native app, both sides usually need the same state. Brownie gives them one typed store instead of a pile of hand-written bridges.
-
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.
-
TinyBase: A Tiny Store With Surprisingly Big Ideas
Most state libraries give you a bucket to hold data. TinyBase gives you a tiny relational engine with reactive bindings, a query language, persistence, and conflict-free sync — all in a handful of kilobytes.
-
TanStack Store: The Reactive Engine Hiding in Your node_modules
There's a good chance this library is already sitting in your node_modules, pulled in by TanStack Query. Here's how to use the reactive primitive that almost nobody imports on purpose.
-
Nano Stores: A State Manager So Small You Can Measure It in Bytes
State management does not have to mean a megabyte of machinery. Nano Stores proves you can ship reactive, shareable state in a few hundred bytes, and use the same stores across every framework you touch.
-
TanStack Query: Stop Babysitting Your Server State
You have almost certainly heard of TanStack Query. The real question is whether you are using it well, and whether you have made friends with the famous staleTime default yet.
-
Alien Signals: The Tiny Reactivity Core That Powers Vue
A signal library so fast its core algorithm was ported straight into Vue's production reactivity engine. Here's how to use it and why it works.
-
Redux Data FX: Conjuring Declarative Side Effects in React
Dive into the world of Redux Data FX, a powerful library that brings declarative side effect management to your React applications. Discover how to keep your reducers pure and your effects organized.
-
Cascading Data Flow with React Waterfall: A Refreshing Approach to State Management
React Waterfall offers a refreshing approach to state management in React applications. By leveraging the power of the Context API, it provides a lightweight and intuitive solution for handling complex state logic. This article explores the features and usage of React Waterfall, demonstrating how it can streamline your development process.
-
Fortify Your React App with redux-authentication: The Ultimate Security Guardian
In the world of React applications, security is paramount. Enter redux-authentication, your trusty companion in the quest for bulletproof user authentication. This powerful library seamlessly integrates with Redux to provide a robust, flexible, and easy-to-implement authentication solution for your React projects.