Skip to content

Commit 5477561

Browse files
author
Seth Lemmons
committed
Updated READMEs
1 parent 18405c5 commit 5477561

File tree

124 files changed

+13778
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+13778
-213
lines changed

01-scaffolding/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# 01 Ext JS to React: Scaffolding
22

3-
This directory contains an example of a sample React application generated by
4-
[create-react-app](https://www.npmjs.com/package/create-react-app) as described
5-
in the
6-
[Scaffolding blog post](https://moduscreate.com/blog/ext-js-to-react-scaffolding/).
3+
This directory contains an example of a sample React application generated by [create-react-app](https://www.npmjs.com/package/create-react-app) as described in the [Scaffolding blog post](https://moduscreate.com/blog/ext-js-to-react-scaffolding/).
74

8-
Create-react-app is a great way to spin up a starter application with React and
9-
will be used extensively in this repo.
5+
Create-react-app is a great way to spin up a starter application with React and will be used extensively in this repo.
106

117
## Example Projects
128

01-scaffolding/my-app/README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
1+
This project was generated as a sample React application using [create-react-app](https://www.npmjs.com/package/create-react-app) as described in the [Scaffolding](https://moduscreate.com/blog/ext-js-to-react-scaffolding/) blog post.
22

33
# my-app
44

5-
This directory contains an example of a sample React application generated by
6-
[create-react-app](https://www.npmjs.com/package/create-react-app) as described
7-
in the
8-
[Scaffolding blog post](https://moduscreate.com/blog/ext-js-to-react-scaffolding/).
9-
10-
This project contains a simple modification to demonstrate how to edit files
11-
within the starter app and see the changes update in the browser real-time (when
12-
following the steps outlined in the [Scaffolding blog article](https://moduscreate.com/blog/ext-js-to-react-scaffolding/)).
5+
This project contains a simple modification to the initially generated starter app. It serves to demonstrate how to edit files within the starter app and see the changes update in the browser real-time (when following the steps outlined in the [Scaffolding blog article](https://moduscreate.com/blog/ext-js-to-react-scaffolding/)).
136

147
*Make sure you have npm installed.*
158

@@ -22,17 +15,17 @@ $ npm start
2215

2316
A browser window will automatically open and will load the app.
2417

25-
As you make edits to the sources in the my-app/ directory, the browser will
26-
automatically refresh to reflect your changes.
18+
As you make edits to the sources in the my-app/ directory, the browser will automatically refresh to reflect your changes.
2719

2820
The blog post suggests some simple edits to see this in action.
2921

30-
For a quick start, you can edit my-app/src/App.js and comment out one of the two
31-
import lines, for logo.svg OR logo2.svg.
22+
For a quick start, you can edit `my-app/src/App.js` and comment out one of the two import lines: `logo.svg` or `logo2.svg`.
3223

3324

3425
# Create React App README
3526

27+
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
28+
3629
Below you will find some information on how to perform common tasks.<br>
3730
You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
3831

02-instantiation/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# 02 Ext JS to React: Class Instantiation and Code Style
22

3-
React components can be created a couple of different ways. The
4-
[my-app](./my-app) example project demonstrates how React components may be
5-
instantiated.
3+
React components can be created a couple of different ways. The [my-app](./my-app) example project demonstrates how React components may be instantiated.
64

75
## Example Projects
86

9-
- [my-app](./my-app): sample app demonstrating how React components are
10-
instantiated
7+
- [my-app](./my-app): sample app demonstrating how React components are instantiated
118

129
### Related Blog Article
1310

02-instantiation/my-app/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
# my-app
1+
This project was generated as a sample React application using [create-react-app](https://www.npmjs.com/package/create-react-app) as described in the [Scaffolding](https://moduscreate.com/blog/ext-js-to-react-scaffolding/) blog post.
22

3-
This directory contains an example of a sample React application generated by
4-
[create-react-app](https://www.npmjs.com/package/create-react-app) as described
5-
in the
6-
[Scaffolding blog post](https://moduscreate.com/blog/ext-js-to-react-scaffolding/).
3+
# my-app
74

8-
This project contains an example `MyHeader` component which is instantiated
9-
within the `MyComponent` class. The `MyComponent` is then instantiated by the
10-
`App` component exported from [src/App.js](./src/App.js).
5+
This project contains an example `MyHeader` component which is instantiated within the `MyComponent` class. The `MyComponent` is then instantiated by the `App` component exported from `my-app/src/App.js`.
116

127
*Make sure you have npm installed.*
138

0 commit comments

Comments
 (0)