From 788bb2e88c1f934da14e4d28b3a3a80c70ff0f3c Mon Sep 17 00:00:00 2001 From: Derek Coleman Date: Mon, 30 Dec 2019 12:05:04 -0500 Subject: [PATCH 1/2] Added an article to the Getting Started section Added an article to the Getting Started section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b750f1b..3e26efb 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ If you are new to React, try reading these articles in order. A ground-up React tutorial that leaves out any other related "modern" technologies, Very recommended if you want to skip the buzzwords and acronyms. - [30 Days of React](https://www.fullstackreact.com/30-days-of-react/) A tutorial series that walks you through how to use React, from the ground up, in 30 bite-size articles covering everything from "What is React?" to data management to testing and deployment. + - [Understand and implement your own Redux](https://buttercms.com/blog/understand-and-implement-your-own-redux) + Discover the basic concepts of Redux and learn about Actions, Reducers, and Store in Redux. ### Data Flow: “State” and “Props” - [A Visual Guide to State in React](https://daveceddia.com/visual-guide-to-state-in-react/) From 12ab47b03e37c0a522737e5fa182c43e77d80e0e Mon Sep 17 00:00:00 2001 From: Derek Coleman Date: Mon, 30 Dec 2019 12:06:37 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e26efb..b73fd61 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ If you are new to React, try reading these articles in order. A ground-up React tutorial that leaves out any other related "modern" technologies, Very recommended if you want to skip the buzzwords and acronyms. - [30 Days of React](https://www.fullstackreact.com/30-days-of-react/) A tutorial series that walks you through how to use React, from the ground up, in 30 bite-size articles covering everything from "What is React?" to data management to testing and deployment. - - [Understand and implement your own Redux](https://buttercms.com/blog/understand-and-implement-your-own-redux) + - [Understand and implement your own Redux](https://buttercms.com/blog/understand-and-implement-your-own-redux) Discover the basic concepts of Redux and learn about Actions, Reducers, and Store in Redux. ### Data Flow: “State” and “Props”