|
| 1 | +- title: Tutorial |
| 2 | + items: |
| 3 | + - id: tutorial |
| 4 | + title: Overview |
| 5 | + subitems: |
| 6 | + - id: what-were-building |
| 7 | + title: What We're Building |
| 8 | + href: /react/tutorial/tutorial.html#what-were-building |
| 9 | + forceInternal: true |
| 10 | + - id: what-is-react |
| 11 | + title: What is React? |
| 12 | + href: /react/tutorial/tutorial.html#what-is-react |
| 13 | + forceInternal: true |
| 14 | + - id: getting-started |
| 15 | + title: Getting Started |
| 16 | + href: /react/tutorial/tutorial.html#getting-started |
| 17 | + forceInternal: true |
| 18 | + - id: passing-data-through-props |
| 19 | + title: Passing Data Through Props |
| 20 | + href: /react/tutorial/tutorial.html#passing-data-through-props |
| 21 | + forceInternal: true |
| 22 | + - id: an-interactive-component |
| 23 | + title: An Interactive Component |
| 24 | + href: /react/tutorial/tutorial.html#an-interactive-component |
| 25 | + forceInternal: true |
| 26 | + - id: developer-tools |
| 27 | + title: Developer Tools |
| 28 | + href: /react/tutorial/tutorial.html#developer-tools |
| 29 | + forceInternal: true |
| 30 | + - id: lifting-state-up |
| 31 | + title: Lifting State Up |
| 32 | + href: /react/tutorial/tutorial.html#lifting-state-up |
| 33 | + forceInternal: true |
| 34 | + subitems: |
| 35 | + - id: why-immutability-is-important |
| 36 | + title: Why Immutability Is Important |
| 37 | + href: /react/tutorial/tutorial.html#why-immutability-is-important |
| 38 | + forceInternal: true |
| 39 | + - id: functional-components |
| 40 | + title: Functional Components |
| 41 | + href: /react/tutorial/tutorial.html#functional-components |
| 42 | + forceInternal: true |
| 43 | + - id: taking-turns |
| 44 | + title: Taking Turns |
| 45 | + href: /react/tutorial/tutorial.html#taking-turns |
| 46 | + forceInternal: true |
| 47 | + - id: declaring-a-winner |
| 48 | + title: Declaring a Winner |
| 49 | + href: /react/tutorial/tutorial.html#declaring-a-winner |
| 50 | + forceInternal: true |
| 51 | + - id: storing-a-history |
| 52 | + title: Storing A History |
| 53 | + href: /react/tutorial/tutorial.html#storing-a-history |
| 54 | + forceInternal: true |
| 55 | + subitems: |
| 56 | + - id: showing-the-moves |
| 57 | + title: Showing the Moves |
| 58 | + href: /react/tutorial/tutorial.html#showing-the-moves |
| 59 | + forceInternal: true |
| 60 | + - id: keys |
| 61 | + title: Keys |
| 62 | + href: /react/tutorial/tutorial.html#keys |
| 63 | + forceInternal: true |
| 64 | + - id: implementing-time-travel |
| 65 | + title: Implementing Time Travel |
| 66 | + href: /react/tutorial/tutorial.html#implementing-time-travel |
| 67 | + forceInternal: true |
| 68 | + - id: wrapping-up |
| 69 | + title: Wrapping Up |
| 70 | + href: /react/tutorial/tutorial.html#wrapping-up |
| 71 | + forceInternal: true |
0 commit comments