Skip to content

Commit 3f6666b

Browse files
committed
Update HOC.md
1 parent 43406d4 commit 3f6666b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

HOC.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<div align="center">
2+
3+
<a href="https://github.com/sw-yx/react-typescript-cheatsheet/issues/81">
4+
<img
5+
height="90"
6+
width="90"
7+
alt="react + ts logo"
8+
src="https://user-images.githubusercontent.com/6764957/53868378-2b51fc80-3fb3-11e9-9cee-0277efe8a927.png"
9+
align="left"
10+
/>
11+
</a>
12+
13+
<p>Cheatsheets for experienced React developers getting started with TypeScript</p>
14+
15+
[**Basic**](https://github.com/sw-yx/react-typescript-cheatsheet#basic-cheatsheet-table-of-contents) |
16+
[**Advanced**](https://github.com/sw-yx/react-typescript-cheatsheet/blob/master/ADVANCED.md) |
17+
[**Migrating**](https://github.com/sw-yx/react-typescript-cheatsheet/blob/master/MIGRATING.md) |
18+
[**HOC**](https://github.com/sw-yx/react-typescript-cheatsheet/blob/master/HOC.md) |
19+
[中文翻译](https://github.com/fi3ework/blog/tree/master/react-typescript-cheatsheet-cn) |
20+
[Contribute!](https://github.com/sw-yx/react-typescript-cheatsheet/blob/master/CONTRIBUTING.md) |
21+
[Ask!](https://github.com/sw-yx/react-typescript-cheatsheet/issues/new/choose)
22+
23+
</div>
24+
25+
---
26+
127
# HOC Cheatsheet
228

329
**This HOC Cheatsheet** compiles all available knowledge for writing Higher Order Components with React and TypeScript.

0 commit comments

Comments
 (0)