UNPKG

rtk-ready

Version:

Redux utilities package for a boilerplate setup with persisted state, authentication handling, API integration, and typed hooks, providing a structured and scalable state management solution for React applications.

7 lines (4 loc) 173 B
// src/slices/index.ts import authReducer from "./authSlice"; // You can import and export other slices here if you have more than one slice export { authReducer };