forked from total-typescript/react-typescript-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathplan.json
More file actions
70 lines (70 loc) · 1.18 KB
/
plan.json
File metadata and controls
70 lines (70 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[
{
"text": "Typing components",
"deps": []
},
{
"text": "Typing children",
"deps": ["Typing components"]
},
{
"text": "Typing components which inherit from native components",
"deps": ["Typing components"]
},
{
"text": "Typing onChange handlers",
"deps": []
},
{
"text": "Typing hooks",
"deps": []
},
{
"text": "Tuple return types from custom hooks",
"deps": []
},
{
"text": "useReducer",
"deps": []
},
{
"text": "Typing createContext",
"deps": []
},
{
"text": "useState overloads",
"deps": []
},
{
"text": "useRef overloads - For HTML elements - For values",
"deps": []
},
{
"text": "forwardRef",
"deps": []
},
{
"text": "Discriminated union props",
"deps": []
},
{
"text": "Generic components",
"deps": ["Typing components"]
},
{
"text": "Generic custom hooks",
"deps": ["Typing hooks"]
},
{
"text": "useState with a generic",
"deps": ["Generic custom hooks"]
},
{
"text": "Function overloads in custom hooks",
"deps": ["Generic custom hooks"]
},
{
"text": "Higher-order components",
"deps": []
}
]