Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of evanhobbs/redux-easy-async

Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
redux-utilities/flux-standard-action
A human-friendly standard for Flux action objects
Account's avatar
ctumolosus/jsdoc-babel
A JSDoc plugin that transforms ES6 source files with Babel before they are processsed.
Account's avatar
jsdoc2md/jsdoc-to-markdown
Generates markdown API documentation from jsdoc annotated source code
Account's avatar
reduxjs/redux
Predictable state container for JavaScript apps
Account's avatar
istanbuljs/babel-plugin-istanbul
A babel plugin that adds istanbul instrumentation to ES6 code
Account's avatar
babel/babel-preset-env
A Babel preset for each environment.
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
Account's avatar
airbnb/javascript
Airbnb's ESLint config, following our styleguide
Account's avatar
airbnb/javascript
Airbnb's base JS ESLint config, following our styleguide
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
jsx-eslint/eslint-plugin-jsx-a11y
Static AST checker for accessibility rules on JSX elements.
Account's avatar
lo1tuma/eslint-plugin-mocha
Eslint rules for mocha.
Account's avatar
jsx-eslint/eslint-plugin-react
React specific linting rules for ESLint
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
arnaudbenard/redux-mock-store
A mock store for testing your redux async action creators and middleware

Support the repos that depend on this repository

Top contributors

evanhobbs's profile
evanhobbs
59 contributions
dependabot[bot]'s profile
dependabot[bot]
2 contributions
danReynolds's profile
danReynolds
1 contributions
tyke's profile
tyke
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
evanhobbs

evanhobbs/redux-easy-async

Redux Easy Async

JavaScript
9
4
No license

Redux‑Easy‑Async is a small library that simplifies writing and tracking asynchronous Redux actions (e.g., API calls). It provides helpers to generate start/success/fail action types, middleware to run the promises, and a reducer that automatically records request status for loading spinners, aimed at React/Redux developers who want to avoid boilerplate for async flows.