File tree 1 file changed +26
-0
lines changed 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
27
# HOC Cheatsheet
2
28
3
29
** This HOC Cheatsheet** compiles all available knowledge for writing Higher Order Components with React and TypeScript.
You can’t perform that action at this time.
0 commit comments