Skip to content

Commit 1b48729

Browse files
author
Seth Lemmons
committed
Added article links
1 parent f1ea07c commit 1b48729

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: 27-mobx-data/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ In the following example we modify the form from [24-mobx-state](../24-mobx-stat
88

99
### Related Blog Article
1010

11-
*COMING SOON*
11+
[Ext JS to React: Handling Data with MobX](https://moduscreate.com/blog/ext-js-to-react-handling-data-with-mobx/)

Diff for: 28-charting/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ In the following examples we look at how to create many of the popular charts fr
1616

1717
### Related Blog Article
1818

19-
*COMING SOON*
19+
[Ext JS to React: Charting](https://moduscreate.com/blog/ext-js-to-react-charting/)

Diff for: 29-routing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ In the following examples we look at how to control the current view using route
1212

1313
### Related Blog Article
1414

15-
*COMING SOON*
15+
[Ext JS to React: Routing](https://moduscreate.com/blog/ext-js-to-react-routing/)

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Below is an overview of the topics covered in the series (links will be updated
3939
- Data Stores
4040
- [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))*
4141
- [Handling Data with Redux](https://moduscreate.com/blog/ext-js-to-react-handling-data-with-redux/) *([code](./26-redux-data))*
42-
- Handling Data with MobX
43-
- Charting
44-
- Routing
42+
- [Handling Data with MobX](https://moduscreate.com/blog/ext-js-to-react-handling-data-with-mobx/) *([code](./27-mobx-data))*
43+
- [Charting](https://moduscreate.com/blog/ext-js-to-react-charting/) *([code](./28-charting))*
44+
- [Routing](https://moduscreate.com/blog/ext-js-to-react-routing/) *([code](./29-routing))*
4545
- Application Styling
4646
- Drag and Drop
4747
- FAQ

0 commit comments

Comments
 (0)