From 4bed472feed570045749581a470ba2c6b956ec18 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Mon, 8 Apr 2019 21:09:00 -0700 Subject: [PATCH] Update README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a6202c14..37af2c785 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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