sosyfy / having-fun-with-redux-toolkit

A simple implemntation of react toolkit but just the abstracts nothing fancy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux Toolkit is a package that simplifies the setup and configuration of a Redux store in a React application. It includes several features that make it easier to work with Redux, such as:

A configurable, pre-built store with sensible defaults Automatic handling of the redux-thunk middleware for async actions A createAsyncThunk utility for creating async actions A createSlice utility for creating and managing reducers

About

A simple implemntation of react toolkit but just the abstracts nothing fancy


Languages

Language:JavaScript 97.4%Language:HTML 2.6%