Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 9, 2019
1 parent 608c9c5 commit 4bed472
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -11,7 +11,7 @@ Performant and flexible.

## Installation

React Redux requires **React 16.4 or later.**
React Redux requires **React 16.8.4 or later.**

```
npm install --save react-redux
Expand All @@ -28,7 +28,6 @@ If you don’t yet use [npm](http://npmjs.com/) or a modern module bundler, and

As of React Native 0.18, React Redux 5.x should work with React Native. If you have any issues with React Redux 5.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 these kinds 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/reduxjs/react-redux/tree/v3.1.0) because of [this problem](https://github.com/facebook/react-native/issues/2985).

## Documentation

Expand All @@ -39,6 +38,10 @@ We're currently expanding and rewriting our docs content - check back soon for m
## 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).

Also, the post [The History and Implementation of React-Redux](https://blog.isquaredsoftware.com/2018/11/react-redux-history-implementation/)
explains what it does, how it works, and how the API and implementation have evolved over time.

Enjoy!

## License
Expand Down

0 comments on commit 4bed472

Please sign in to comment.