Redux middleware for handling asynchronous actions using FSA-compliant action creators. Current version 0.0.0 is a placeholder release with no functional code; the package is in early development and not yet stable. Differentiators: lightweight, promises-based async handling conforming to Flux Standard Action (FSA) pattern. Intended for use with Redux and React, but is not battle-tested and lacks documentation or usage examples.
npm install redux-async-middlewareNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic setup: apply asyncMiddleware to Redux store, then dispatch an FSA action with a promise payload.
Wait for stable release or consider mature alternatives like redux-thunk or redux-saga.
Check GitHub repository for updates or contribute to improve documentation.
Use exact package name 'redux-async-middleware' in npm install.
Ensure you have run 'npm install redux-async-middleware@0.0.0' and check node_modules directory.
Check the package exports; try import { createMiddleware } from 'redux-async-middleware' if available.No dependency data recorded yet.