Skip to content

Commit 2164acf

Browse files
authored
Update README.md
1 parent 8863539 commit 2164acf

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ This repository contains the files for the book _Learning React_ by [Alex Banks]
1111
1212
### Table of Contents
1313

14-
- **Chapter 1** : [Welcome To React](https://github.com/MoonHighway/learning-react/tree/master/chapter-01)
15-
- **Chapter 2** : [Emerging JavaScript](https://github.com/MoonHighway/learning-react/tree/master/chapter-02)
16-
- **Chapter 3** : [Functional Programming with JavaScript](https://github.com/MoonHighway/learning-react/tree/master/chapter-03)
17-
- **Chapter 4** : [Pure React](https://github.com/MoonHighway/learning-react/tree/master/chapter-04)
18-
- **Chapter 5** : [React with JSX](https://github.com/MoonHighway/learning-react/tree/master/chapter-05)
19-
- **Chapter 6** : [React State Management](https://github.com/MoonHighway/learning-react/tree/master/chapter-06)
20-
- **Chapter 7** : [Enhancing Components with Hooks](https://github.com/MoonHighway/learning-react/tree/master/chapter-07)
21-
- **Chapter 8** : [Incorporating Data](https://github.com/MoonHighway/learning-react/tree/master/chapter-08)
22-
- **Chapter 9** : [Suspense](https://github.com/MoonHighway/learning-react/tree/master/chapter-09)
23-
- **Chapter 10** : [Testing](https://github.com/MoonHighway/learning-react/tree/master/chapter-10)
24-
- **Chapter 11** : [React Router](https://github.com/MoonHighway/learning-react/tree/master/chapter-11)
25-
- **Chapter 12** : [React and the Server](https://github.com/MoonHighway/learning-react/tree/master/chapter-12)
14+
- **Chapter 1** : [Welcome To React](https://github.com/MoonHighway/learning-react/tree/second-edition/chapter-01)
15+
- **Chapter 2** : [Emerging JavaScript](https://github.com/MoonHighway/learning-react/tree/second-edition/chapter-02)
16+
- **Chapter 3** : [Functional Programming with JavaScript](https://github.com/MoonHighway/learning-react/tree/second-edition/chapter-03)
17+
- **Chapter 4** : [Pure React](https://github.com/MoonHighway/learning-react/tree/second-edition/chapter-04)
18+
- **Chapter 5** : [React with JSX](https://github.com/MoonHighway/learning-react/tree/second-edition/chapter-05)
19+
- **Chapter 6** : [React State Management](https://github.com/MoonHighway/learning-react/tree/second-edition/chapter-06)
20+
- **Chapter 7** : [Enhancing Components with Hooks](https://github.com/MoonHighway/learning-react/tree/second-edition/chapter-07)
21+
- **Chapter 8** : [Incorporating Data](https://github.com/MoonHighway/learning-react/tree/second-edition/chapter-08)
22+
- **Chapter 9** : [Suspense](https://github.com/MoonHighway/learning-react/tree/second-edition/chapter-09)
23+
- **Chapter 10** : [Testing](https://github.com/MoonHighway/learning-react/tree/second-edition/chapter-10)
24+
- **Chapter 11** : [React Router](https://github.com/MoonHighway/learning-react/tree/second-edition/chapter-11)
25+
- **Chapter 12** : [React and the Server](https://github.com/MoonHighway/learning-react/tree/second-edition/chapter-12)

0 commit comments

Comments
 (0)