Skip to content

Commit 4bed472

Browse files
committed
Update README
1 parent 608c9c5 commit 4bed472

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Performant and flexible.
1111

1212
## Installation
1313

14-
React Redux requires **React 16.4 or later.**
14+
React Redux requires **React 16.8.4 or later.**
1515

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

2929
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.
3030

31-
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).
3231

3332
## Documentation
3433

@@ -39,6 +38,10 @@ We're currently expanding and rewriting our docs content - check back soon for m
3938
## How Does It Work?
4039

4140
We do a deep dive on how React Redux works in [this readthesource episode](https://www.youtube.com/watch?v=VJ38wSFbM3A).
41+
42+
Also, the post [The History and Implementation of React-Redux](https://blog.isquaredsoftware.com/2018/11/react-redux-history-implementation/)
43+
explains what it does, how it works, and how the API and implementation have evolved over time.
44+
4245
Enjoy!
4346

4447
## License

0 commit comments

Comments
 (0)