{"library":"redux-thunk-fsa","type":"library","category":null,"description":"FSA-compliant thunk middleware for Redux that extends the standard redux-thunk package to support Flux Standard Actions (FSA). Current stable version is 4.1.1, released 2024-02-15, with regular updates. It allows action creators to return functions (thunks) for asynchronous or conditional dispatching, but with the added ability to handle FSA-compliant actions where the payload contains a dispatch function. Differentiates from redux-thunk by integrating seamlessly with redux-promise for async FSA patterns. Ships TypeScript definitions and supports React Native. Maintained by Makeomatic.","language":"javascript","status":"active","version":"4.1.1","tags":["javascript","redux","thunk","middleware","redux-middleware","flux","fsa","typescript"],"install":[{"cmd":"npm install redux-thunk-fsa","imports":["import ReduxThunk from 'redux-thunk-fsa'","import { createStore, applyMiddleware } from 'redux';\nimport ReduxThunk from 'redux-thunk-fsa';\nconst store = createStore(reducer, applyMiddleware(ReduxThunk));","import { createStore, applyMiddleware, compose } from 'redux';\nimport ReduxThunk from 'redux-thunk-fsa';\nconst store = createStore(reducer, compose(applyMiddleware(ReduxThunk), window.__REDUX_DEVTOOLS_EXTENSION__?.()));","import type { ThunkAction, ThunkDispatch } from 'redux-thunk-fsa'"]},{"cmd":"yarn add redux-thunk-fsa","imports":[]},{"cmd":"pnpm add redux-thunk-fsa","imports":[]}],"homepage":null,"github":"https://github.com/makeomatic/redux-thunk","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/redux-thunk-fsa","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-thunk-fsa/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}