Skip to content

Commit 3504791

Browse files
authored
Add placeholder for Hooks
1 parent 0bf912c commit 3504791

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Translations: [中文翻译](https://github.com/fi3ework/blog/tree/master/react-
2424
* [Forms and Events](#forms-and-events)
2525
- [Section 3: Advanced Guides](#section-3-advanced-guides)
2626
* [Higher Order Components/Render Props](#higher-order-componentsrender-props)
27+
* [Hooks](#hooks)
2728
* [Context](#context)
2829
* [Forwarding References/createRef](#forwarding-referencescreateref)
2930
* [Portals](#portals)
@@ -436,6 +437,12 @@ export interface Props {
436437

437438
[Something to add? File an issue](https://github.com/sw-yx/react-typescript-cheatsheet/issues/new).
438439

440+
## Hooks
441+
442+
*Not written yet.*
443+
444+
[Something to add? File an issue](https://github.com/sw-yx/react-typescript-cheatsheet/issues/new).
445+
439446
## Context
440447

441448
*Contributed by: [@jpavon](https://github.com/sw-yx/react-typescript-cheatsheet/pull/13)*

0 commit comments

Comments
 (0)