# react-redux-noreact

> Official React bindings for Redux

Latest version **4.4.8** (published 2016-03-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-redux-noreact
pnpm add react-redux-noreact
yarn add react-redux-noreact
bun add react-redux-noreact
```

## 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 | 4.4.8 |
| Published | 2016-03-21 |
| First published | 2016-02-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Faisal Mushtaq |
| Maintainers | topgun743 |
| Keywords | react, reactjs, hot, reload, hmr, live, edit, flux, redux |

## Links

- npm: https://www.npmjs.com/package/react-redux-noreact
- Repository: https://github.com/topgun743/react-redux-noreact
- Issues: https://github.com/topgun743/react-redux-noreact/issues
- npm.io page: https://npm.io/package/react-redux-noreact

## Dependencies (4)

- [lodash](https://npm.io/package/lodash.md) ^4.2.0
- [invariant](https://npm.io/package/invariant.md) ^2.0.0
- [loose-envify](https://npm.io/package/loose-envify.md) ^1.1.0
- [hoist-non-react-statics](https://npm.io/package/hoist-non-react-statics.md) ^1.0.3

## 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

- 4.4.8 (latest) — 2016-03-21
- 4.4.7 — 2016-03-21
- 4.4.6 — 2016-03-21
- 4.4.4 — 2016-02-18
- 4.4.3 — 2016-02-18
- 4.4.2 — 2016-02-18
- 1.0.1 — 2016-02-18
- 4.4.0 — 2016-02-18

## README

React Redux - No React
=========================

Official React bindings for [Redux](https://github.com/reactjs/redux).  
Performant and flexible. React-Redux version 4.4.1

##Forked from React-Redux. Note: This fork does not include any React requires in source code. You will have to manually add React.js file on your page using script tag.

## Installation

React Redux requires **React 0.14 or later.**

```
npm install --save react-redux-noreact
```

This assumes that you’re using [npm](http://npmjs.com/) package manager with a module bundler like [Webpack](http://webpack.github.io) or [Browserify](http://browserify.org/) to consume [CommonJS modules](http://webpack.github.io/docs/commonjs.html).

If you don’t yet use [npm](http://npmjs.com/) or a modern module bundler, and would rather prefer a single-file [UMD](https://github.com/umdjs/umd) build that makes `ReactRedux` available as a global object, you can grab a pre-built version from [cdnjs](https://cdnjs.com/libraries/react-redux). We *don’t* recommend this approach for any serious application, as most of the libraries complementary to Redux are only available on [npm](http://npmjs.com/).

## React Native

As of React Native 0.18, React Redux 4.x should work with React Native. If you have any issues with React Redux 4.x on React Native, run `npm ls react` and make sure you don’t have a duplicate React installation in your `node_modules`. We recommend that you use `npm@3.x` which is better at avoiding this sort of issues.

If you are on an older version of React Native, you’ll need to keep using [React Redux 3.x branch and documentation](https://github.com/reactjs/react-redux/tree/v3.1.0) because of [this problem](https://github.com/facebook/react-native/issues/2985).

## Documentation

- [Redux: Usage with React](http://redux.js.org/docs/basics/UsageWithReact.html)
- [API](docs/api.md#api)
  - [`<Provider store>`](docs/api.md#provider-store)
  - [`connect([mapStateToProps], [mapDispatchToProps], [mergeProps], [options])`](docs/api.md#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options)
- [Troubleshooting](docs/troubleshooting.md#troubleshooting)

## How Does It Work?

We do a deep dive on how React Redux works in [this readthesource episode](https://www.youtube.com/watch?v=VJ38wSFbM3A).  
Enjoy!

## License

MIT

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