Skip to content

Commit 77333cf

Browse files
Update README with 5th lesson regarding react-router client setup
The fifth lesson covers setting up react-router on the client-side so routing can be isomorphic (react-router now uses the same route configuration for both server and client). No new routes were created. YouTube: - Title: Client-side routing with react-router - Link: https://www.youtube.com/watch?v=r9rWABuGPpQ
1 parent b2470c3 commit 77333cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ $ git checkout v4
4646
$ npm start
4747
```
4848

49+
[5. Client-side routing with react-router](https://b.remarkabl.org/2faLHsH):
50+
51+
```sh
52+
$ git checkout v5
53+
$ npm start
54+
```
55+
4956
## License
5057

5158
[MIT](https://github.com/remarkablemark/universal-react-tutorial/blob/master/LICENSE)

0 commit comments

Comments
 (0)