From 59f981cb55c67ab4ce6b97df0da0f79f4be5be5a Mon Sep 17 00:00:00 2001 From: gsantoshb Date: Sun, 12 Jan 2020 12:08:34 -0500 Subject: [PATCH] Update react-tutorials.md --- react-tutorials.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/react-tutorials.md b/react-tutorials.md index 1df4ac6..5ff798a 100644 --- a/react-tutorials.md +++ b/react-tutorials.md @@ -459,3 +459,7 @@ Also see the course sites listed in the [Community Resources](community-resource - **Best ReactJS Books in 2017** https://reactdom.com/blog/reactjs-books A list of available React-related books, with some quick reviews. + + - **Most Basic React Redux** + https://github.com/gpavanb1/Most-Basic-React-Redux + A simple tutorial demonstrating an increment and decrement counters in react and redux