|
4 | 4 |
|
5 | 5 | ## Content
|
6 | 6 |
|
7 |
| -* [Introduction](./book/chapter-1/README.md) |
| 7 | +* [In brief](chapter-1/README.md) |
8 | 8 |
|
9 | 9 | ### Foundation
|
10 | 10 |
|
11 | 11 | * [Communication](./book/chapter-2/README.md)
|
| 12 | + * [Input](./book/chapter-2/README.md#input) |
| 13 | + * [Output](./book/chapter-2/README.md#output) |
12 | 14 | * [Event handlers](./book/chapter-3/README.md)
|
13 | 15 | * [Composition](./book/chapter-4/README.md)
|
| 16 | + * [Using React's children API](./book/chapter-4/README.md#using-reacts-children-api) |
| 17 | + * [Passing a child as a prop](./book/chapter-4/README.md#passing-a-child-as-a-prop) |
| 18 | + * [Higher-order component](./book/chapter-4/README.md#higher-order-component) |
| 19 | + * [Function as a children, render prop](./book/chapter-4/README.md#function-as-a-children-render-prop) |
14 | 20 | * [Controlled and uncontrolled inputs](./book/chapter-5/README.md)
|
15 | 21 | * [Presentational and container components](./book/chapter-6/README.md)
|
16 | 22 |
|
17 | 23 | ### Data flow
|
18 | 24 |
|
19 | 25 | * [One direction data flow](./book/chapter-7/README.md)
|
20 | 26 | * [Flux](./book/chapter-8/README.md)
|
| 27 | + * [Flux architecture and its main characteristics](./book/chapter-8/README.md#flux-architecture-and-its-main-characteristics) |
| 28 | + * [Implementing a Flux architecture](./book/chapter-8/README.md#implementing-a-flux-architecture) |
21 | 29 | * [Redux](./book/chapter-9/README.md)
|
| 30 | + * [Redux architecture and its main characteristics](./book/chapter-9/README.md#redux-architecture-and-its-main-characteristics) |
| 31 | + * [Simple counter app using Redux](./book/chapter-9/README.md#simple-counter-app-using-redux) |
22 | 32 |
|
23 | 33 | ### MISC
|
24 | 34 |
|
25 | 35 | * [Dependency injection](./book/chapter-10/README.md)
|
| 36 | + * [Using React's context (prior v. 16.3)](./book/chapter-10/README.md#using-reacts-context-prior-v-163) |
| 37 | + * [Using React's context (v. 16.3 and above)](./book/chapter-10/README.md#using-reacts-context-v-163-and-above) |
| 38 | + * [Using the module system](./book/chapter-10/README.md#using-the-module-system) |
26 | 39 | * [Styling](./book/chapter-11/README.md)
|
| 40 | + * [The good old CSS class](./book/chapter-11/README.md#the-good-old-css-class) |
| 41 | + * [Inline styling](./book/chapter-11/README.md#inline-styling) |
| 42 | + * [CSS modules](./book/chapter-11/README.md#css-modules) |
| 43 | + * [Styled-components](./book/chapter-11/README.md#styled-components) |
27 | 44 | * [Integration of third-party libraries](./book/chapter-12/README.md)
|
28 | 45 |
|
29 | 46 |
|
|
0 commit comments