From 43b6b1fb5d4432723329d11f1dc9bcf57a564231 Mon Sep 17 00:00:00 2001 From: Mitchell Simoens Date: Tue, 10 Apr 2018 14:04:38 -0400 Subject: [PATCH] Update mobx state links --- 24-mobx-state/README.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/24-mobx-state/README.md b/24-mobx-state/README.md index dcc9452..1a0e9d5 100644 --- a/24-mobx-state/README.md +++ b/24-mobx-state/README.md @@ -8,4 +8,4 @@ The following example shows how application state can be managed using the popul ### Related Blog Article -*COMING SOON* +[Ext JS to React: Handling Application State with Mobx](https://moduscreate.com/blog/ext-js-to-react-handling-application-state-with-mobx/) diff --git a/README.md b/README.md index 46f4063..397a85c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Below is an overview of the topics covered in the series (links will be updated - *Data Binding / Controller* - [Binding with React](https://moduscreate.com/blog/ext-js-to-react-binding-with-react/) *([code](./22-react-binding))* - [Handling Application State with Redux](https://moduscreate.com/blog/ext-js-to-react-handling-application-state-with-redux/) *([code](./23-redux-state))* - - Handling Application State with MobX + - [Handling Application State with MobX](https://moduscreate.com/blog/ext-js-to-react-handling-application-state-with-mobx/) *([code](./24-mobx-state))* - Data Stores - Load, Sort and Filter Data with React - Handling Data with Redux