Skip to content

Commit b9e3bd8

Browse files
authored
Merge pull request #53 from jxom/patch-2
Add placeholder for Hooks
2 parents 3275275 + 3504791 commit b9e3bd8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: README.md

+7
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)