·react-native-state

Master state management - Redux Toolkit, Zustand, TanStack Query, and data persistence

23Installs·0Trend·@pluginagentmarketplace

Installation

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-react-native --skill react-native-state

SKILL.md

Learn production-ready state management including Redux Toolkit, Zustand, TanStack Query, and persistence with AsyncStorage/MMKV.

| useState/useReducer | Component-local state | | Zustand | Simple global state, preferences | | Redux Toolkit | Complex app state, large teams | | TanStack Query | Server state, caching, sync | | Context | Theme, auth status (low-frequency) |

| "Non-serializable value" | Functions in Redux state | Use middleware ignore | | State not persisting | Wrong storage config | Check persist config | | Stale data | Missing invalidation | Add proper query keys |

Master state management - Redux Toolkit, Zustand, TanStack Query, and data persistence Source: pluginagentmarketplace/custom-plugin-react-native.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-react-native --skill react-native-state
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is react-native-state?

Master state management - Redux Toolkit, Zustand, TanStack Query, and data persistence Source: pluginagentmarketplace/custom-plugin-react-native.

How do I install react-native-state?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-react-native --skill react-native-state Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/pluginagentmarketplace/custom-plugin-react-native