Skip to content

Commit ef69394

Browse files
author
Krasimir Tsonev
committed
Updating main README file
1 parent 9d3857a commit ef69394

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,43 @@
44

55
## Content
66

7-
* [Introduction](./book/chapter-1/README.md)
7+
* [In brief](chapter-1/README.md)
88

99
### Foundation
1010

1111
* [Communication](./book/chapter-2/README.md)
12+
* [Input](./book/chapter-2/README.md#input)
13+
* [Output](./book/chapter-2/README.md#output)
1214
* [Event handlers](./book/chapter-3/README.md)
1315
* [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)
1420
* [Controlled and uncontrolled inputs](./book/chapter-5/README.md)
1521
* [Presentational and container components](./book/chapter-6/README.md)
1622

1723
### Data flow
1824

1925
* [One direction data flow](./book/chapter-7/README.md)
2026
* [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)
2129
* [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)
2232

2333
### MISC
2434

2535
* [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)
2639
* [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)
2744
* [Integration of third-party libraries](./book/chapter-12/README.md)
2845

2946

0 commit comments

Comments
 (0)