From 8545b2b4a2a97282f943d5c5402efdcc3ef4b9c9 Mon Sep 17 00:00:00 2001 From: Seth Lemmons Date: Wed, 2 May 2018 09:41:08 -0600 Subject: [PATCH] Added app styling article links to READMEs --- 30-application-styling/README.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/30-application-styling/README.md b/30-application-styling/README.md index e9321ea..d467cd6 100644 --- a/30-application-styling/README.md +++ b/30-application-styling/README.md @@ -9,4 +9,4 @@ In the following examples we look at how to style React applications ### Related Blog Article -*COMING SOON* \ No newline at end of file +[Ext JS to React: Application Styling](https://moduscreate.com/blog/ext-js-react-application-styling/) \ No newline at end of file diff --git a/README.md b/README.md index 4b9ada9..632f366 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Below is an overview of the topics covered in the series (links will be updated - [Handling Data with MobX](https://moduscreate.com/blog/ext-js-to-react-handling-data-with-mobx/) *([code](./27-mobx-data))* - [Charting](https://moduscreate.com/blog/ext-js-to-react-charting/) *([code](./28-charting))* - [Routing](https://moduscreate.com/blog/ext-js-to-react-routing/) *([code](./29-routing))* - - Application Styling + - [Application Styling](https://moduscreate.com/blog/ext-js-react-application-styling/) *([code](./30-application-styling))* - Drag and Drop - FAQ