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