redux-state-management
Redux State Management Skill
Overview
Master Redux Toolkit for state management in React applications, including store configuration, slices, async operations, and RTK Query for API state.
Learning Objectives
- Configure Redux store with Redux Toolkit
- Create slices and reducers
- Handle async operations with createAsyncThunk
- Use RTK Query for API data management
- Integrate Redux DevTools
Quick Start
Installation
npm install @reduxjs/toolkit react-redux
More from pluginagentmarketplace/custom-plugin-react
react-performance
Master React performance optimization with memoization, code splitting, profiling, and Web Vitals monitoring
21next-js-framework
Build production-grade React apps with Next.js 14 App Router, Server Components, and Edge Runtime
19react-router
Master React Router v6 for production routing with error boundaries, lazy loading, and navigation guards
16react-testing-library
Write production-grade React tests with Testing Library, MSW, and comprehensive coverage patterns
16component-library
Build production-grade, accessible, and tested component libraries with Storybook, Chromatic, and design tokens
13react-hooks-patterns
Master React Hooks including useState, useEffect, useContext, useReducer, and custom hooks with production-grade patterns
13