From f736a0737a61ad454f83f4b52d3634b1991b83d7 Mon Sep 17 00:00:00 2001 From: Seth Lemmons Date: Fri, 13 Apr 2018 07:37:41 -0600 Subject: [PATCH] Linked READMEs to article --- 25-react-data/README.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/25-react-data/README.md b/25-react-data/README.md index 59fea95..2043a5f 100644 --- a/25-react-data/README.md +++ b/25-react-data/README.md @@ -10,4 +10,4 @@ The following examples show how to fetch remote data as well as sort or filter i ### Related Blog Article -*COMING SOON* \ No newline at end of file +[Ext JS to React: Load, Sort and Filter Data with React](https://moduscreate.com/blog/ext-js-to-react-load-sort-and-filter-data-with-react/) \ No newline at end of file diff --git a/README.md b/README.md index 397a85c..b34074a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Below is an overview of the topics covered in the series (links will be updated - [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](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 + - [Load, Sort and Filter Data with React](https://moduscreate.com/blog/ext-js-to-react-load-sort-and-filter-data-with-react/) *([code](./25-react-data))* - Handling Data with Redux - Handling Data with MobX - Charting