https://github.com/rayyone/redux-thunk-kit
Easy to work with normalized data and redux toolkit
https://github.com/rayyone/redux-thunk-kit
normalized-data react redux redux-toolkit
Last synced: 7 months ago
JSON representation
Easy to work with normalized data and redux toolkit
- Host: GitHub
- URL: https://github.com/rayyone/redux-thunk-kit
- Owner: rayyone
- Created: 2022-08-15T10:18:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T04:00:09.000Z (about 1 year ago)
- Last Synced: 2025-07-15T18:07:21.228Z (11 months ago)
- Topics: normalized-data, react, redux, redux-toolkit
- Language: TypeScript
- Homepage: https://docs.rayyone.com/docs/category/ry-redux-thunk-kit
- Size: 89.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Introduction
- Redux is awesome!
- Redux toolkit is an efficient Redux development toolset
- Typescript is super powerful
- [Normalized State in Redux](https://redux.js.org/usage/structuring-reducers/normalizing-state-shape) is a perfect way to structure your data
Sounds interesting! Since then, we tried to combine all above technologies into our React App but very soon, there were issues we have to deal with:
- We still have to write a lot of boilerplate, especially when you use Typescript in your project.
- Calling common API endpoints is repeatedly (CRUD APIs)
- Handling Loading Actions is boring
- Implement dummy data if the API is not ready to serve yet
- **How to deal efficiently with Normalized Data (pagination, data relation, loading, transform data, sort,...)**
[Redux Thunk Kit](https://github.com/rayyone/redux-thunk-kit) was born to solve the issues. It helps to work with Redux Toolkit, fetching and normalized data easily!
## Documentation
https://docs.rayyone.com/docs/category/ry-redux-thunk-kit