# redu-async

> Adds the possibility to add recuder asynchronously to your redux store

Latest version **2.0.0** (published 2018-03-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install redu-async
pnpm add redu-async
yarn add redu-async
bun add redu-async
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2018-03-14 |
| First published | 2018-02-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Francis Provost |
| Maintainers | frank8211 |
| Keywords | redux, react |

## Links

- npm: https://www.npmjs.com/package/redu-async
- Repository: https://github.com/francisprovost/redu-async
- Homepage: https://github.com/francisprovost/redu-async#readme
- Issues: https://github.com/francisprovost/redu-async/issues
- npm.io page: https://npm.io/package/redu-async

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 2.0.0 (latest) — 2018-03-14
- 1.0.3 — 2018-02-27
- 1.0.2 — 2018-02-27
- 1.0.1 — 2018-02-22
- 1.0.0 — 2018-02-22

## README

[![Build Status](https://travis-ci.org/francisprovost/redu-async.svg?branch=master)](https://travis-ci.org/francisprovost/redu-async)

# redu-async
Adds the possibility to add recuder asynchronously to your #redux store

## Installation

`npm i --save redu-async`

## Usage

- You need to install all of your reducers with this otherwise you'll lose
- Keep your redux store so you can access the same reference wherever you need it. (i.e.: A singleton)

``` js
import addReducer from 'redu-async ';

addReducer(yourStore, 'TheReducerName', yourReducer);

```

---
_Source: https://npm.io/package/redu-async · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
