redux
Installation
SKILL.md
Redux Toolkit & RTK Query
Modern Redux with RTK Query for data fetching.
Instructions
1. Store Setup
// store/index.ts
import { configureStore } from '@reduxjs/toolkit';
import { api } from './api';
import authReducer from './authSlice';