@wealthsimple/async-action

v5.4.4
If you're doing asynchronous actions with redux-thunk, this mini lib provides a standardized way of tracking them in your store and querying for progress and errors with reselect.

check_types

yarn flow

flow

flow check

lint

eslint 'src/*'

lint:js

eslint 'src/*'

lint:css

echo 'No CSS in this repo.'

security

yarn audit

test

jest --coverage

test:watch

jest --watch

prettier

prettier --write './+(src)/**/*.js'

cdc

madge --no-spinner --exclude .yarn-cache --circular src

prebuild

rm -rf dist

build

yarn babel -d dist --ignore **/test.js src

prepublishOnly

yarn build
npm i @wealthsimple/async-action

Metadata

Downloads