{"library":"redux-pack","type":"library","category":null,"description":"Redux Pack is a Redux middleware library designed to simplify the handling of asynchronous actions through a declarative, promise-based approach. It aims to reduce boilerplate and prevent common issues associated with `redux-thunk`, such as multiple sequential dispatches causing performance penalties and inconsistent state, by treating a promise's lifecycle as a single action. The library's core utility is the `handle` function, which allows reducers to declaratively respond to the start, success, failure, and completion of a promise. However, the package, currently at version 0.1.5, was last published in March 2017. It is considered abandoned, lacks support for modern Redux versions (e.g., v5+), contemporary JavaScript features like ES Modules, and is superseded by Redux Toolkit's `createAsyncThunk` for robust and officially recommended async logic management. Community-maintained TypeScript types (`@types/redux-pack`) exist, but the core library itself does not offer official type support.","language":"javascript","status":"abandoned","version":"0.1.5","tags":["javascript","redux","middleware","promise","async","normalize","normalizr","react"],"install":[{"cmd":"npm install redux-pack","imports":["import { middleware as reduxPackMiddleware } from 'redux-pack';","import { handle } from 'redux-pack';","export const LOAD_FOO = 'LOAD_FOO';"]},{"cmd":"yarn add redux-pack","imports":[]},{"cmd":"pnpm add redux-pack","imports":[]}],"homepage":null,"github":"https://github.com/lelandrichardson/redux-pack","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/redux-pack","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/redux-pack/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Wed Jul 22","install_tag":null}}