# rax-redux

> Official Rax bindings for Redux.

Latest version **1.0.1** (published 2021-06-29) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install rax-redux
pnpm add rax-redux
yarn add rax-redux
bun add rax-redux
```

## 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 | 1.0.1 |
| Published | 2021-06-29 |
| First published | 2016-12-16 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 153.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8018 |
| Maintainers | zeroling, wintercn, yuanyan, yacheng, rax-publisher |

## Links

- npm: https://www.npmjs.com/package/rax-redux
- Repository: https://github.com/alibaba/rax
- Homepage: https://github.com/alibaba/rax#readme
- Issues: https://github.com/alibaba/rax/issues
- npm.io page: https://npm.io/package/rax-redux

## Dependencies (2)

- [invariant](https://npm.io/package/invariant.md) ^2.2.4
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.14.6

## Recent versions

- 1.0.1 (latest) — 2021-06-29
- 1.0.0-beta.0 (beta) — 2019-10-23
- 1.0.0 — 2020-08-07
- 0.6.6 — 2019-03-12
- 0.6.5 — 2018-08-23
- 0.6.4 — 2018-06-07
- 0.6.3 — 2018-05-08
- 0.6.2 — 2018-05-08
- 0.6.1 — 2018-04-23
- 0.6.0 — 2018-04-10
- 0.5.4 — 2018-03-02
- 0.5.2 — 2018-01-30
- 0.5.1 — 2018-01-25
- 0.5.0 — 2017-12-13
- 0.4.20 — 2017-10-18
- … 64 more at https://npm.io/package/rax-redux/versions

## README

# rax-redux [![npm](https://img.shields.io/npm/v/rax-redux.svg)](https://www.npmjs.com/package/rax-redux)


### Install

```sh
npm install --save rax-redux
```

### Usage

```js
import { createElement, render } from 'rax';
import { Provider } from 'rax-redux';

import store from './store';
import App from './App';

render(
  <Provider store={store}>
    <App />
  </Provider>
);
```

### API

Some with react-redux v7.1 https://react-redux.js.org

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