Skip to content

Commit 44846ce

Browse files
authored
Merge pull request #18 from samuei/patch-1
Update Readme language
2 parents bb2e710 + c20ad41 commit 44846ce

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# React Router 5 Course Material
22

3-
React Router 5 is out at we have this course so you can learn all about it. The course covers basic and advanced topics. We'll be building a Firebase-looking app that has complex nested layouts and interesting problems to solve.
3+
React Router 5 is out and we have created this course so you can learn all about it. The course covers basic and advanced topics. We'll be building a Firebase-looking app that has complex nested layouts and interesting problems to solve.
44

55
![Animated Demo](./firebase.gif)
66

7+
## What's New?
8+
9+
If you're wondering what's new in React Router 5? Not a lot, except internal optimizations and fixes for React 16.x. So you could also think of this as a React Router 4 course since the API is the same. [See more info on the React Router 5 release](https://reacttraining.com/blog/react-router-v5/).
10+
711
## Download and Install
812

9-
If you're wondering what's new in React Router 5? Not a lot except internal optimizations and fixes for React 16.x. So you could also think of this as a React Router 4 course since the API is the same. [See more info on the React Router 5 release](https://reacttraining.com/blog/react-router-v5/)
13+
After downloading the repository from Github, enter the following commands into your command line from the project folder:
1014

1115
```bash
1216
npm install

0 commit comments

Comments
 (0)