Skip to content

Commit 42665ab

Browse files
committed
add pages
1 parent 47ee227 commit 42665ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ <h3>Table of Contents</h3>
2020
<ul>
2121
<li><a href="async-initialization-in-componentdidmount.html">Async initialization in componentDidMount()</a></li>
2222
<li><a href="container-component.html">Container component</a></li>
23+
<li><a href="accessing-a-child-component.html">Accessing a child component</a></li>
24+
<li><a href="functional-setstate-(pass-a-function-to-setstate).html">Functional setState (Pass a function to setState)</a></li>
25+
<li><a href="higher-order-component.html">Higher Order Component - Props proxy</a></li>
26+
<li><a href="higher-order-function.html">Higher order function</a></li>
27+
<li><a href="jsx-spread-attributes.html">JSX spread attributes</a></li>
2328
</ul>
2429
</ul>
2530
</div>

0 commit comments

Comments
 (0)