From 8e3fae1055f2fe659b6558d9ff4ab83b22430174 Mon Sep 17 00:00:00 2001 From: Seth Lemmons Date: Tue, 3 Apr 2018 15:51:55 -0600 Subject: [PATCH] Update READMEs with article links --- 22-react-binding/README.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/22-react-binding/README.md b/22-react-binding/README.md index 60500a8..cde29ff 100644 --- a/22-react-binding/README.md +++ b/22-react-binding/README.md @@ -9,4 +9,4 @@ The following examples demonstrate how one-way binding works in React as well as ### Related Blog Article -*COMING SOON* \ No newline at end of file +[Ext JS to React: React Binding](https://moduscreate.com/blog/ext-js-to-react-binding-with-react/) \ No newline at end of file diff --git a/README.md b/README.md index 2f42929..997421b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Below is an overview of the topics covered in the series (links will be updated - [Carousel](https://moduscreate.com/blog/ext-js-to-react-carousel/) *([code](./20-carousel))* - [Floating Components](https://moduscreate.com/blog/ext-js-to-react-floating-components/) *([code](./21-floating-components))* - *Data Binding / Controller* - - Binding with React + - [Binding with React](https://moduscreate.com/blog/ext-js-to-react-binding-with-react/) *([code](./22-react-binding))* - Handling Application State with Redux - Handling Application State with MobX - Data Stores