Skip to content

Commit 5365621

Browse files
author
Kent C. Dodds
committed
linkify table of contents
1 parent c6481d7 commit 5365621

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ All software is built on a stack of technologies, and you need to understand eno
2020

2121
You should learn, in this order, **without skipping ahead or learning concurrently**:
2222

23-
* React itself
24-
* `npm`
25-
* JavaScript “bundlers”
26-
* ES6
27-
* Routing
28-
* Flux
29-
* Immutable.js
30-
* Relay, Falcor, etc
23+
* [React itself](#learning-react-itself)
24+
* [`npm`](#learning-npm)
25+
* [JavaScript “bundlers”](#learning-javascript-bundlers)
26+
* [ES6](#learning-es6)
27+
* [Routing](#learning-routing)
28+
* [Flux](#learning-flux)
29+
* [Immutable.js](#learning-immutablejs)
30+
* [Relay, Falcor, etc](#learning-relay-falcor-etc)
3131

3232
Also: **you don't need to learn all of these to be productive with React.** Only move to the next step if you have a problem that needs to be solved.
3333

0 commit comments

Comments
 (0)