File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 15
15
" refs" ,
16
16
" testing"
17
17
],
18
+ "Hooks" : [
19
+ " usestate-hook" ,
20
+ " usereducer-hook" ,
21
+ " useeffect-hook" ,
22
+ " custom-hooks"
23
+ ],
18
24
"ReactJS Idioms Equivalents" : [
19
25
" invalid-prop-name" ,
20
26
" props-spread" ,
21
27
" component-as-prop" ,
22
28
" ternary-shortcut" ,
23
- " context-mixins " ,
29
+ " context" ,
24
30
" custom-class-component-property" ,
25
- " usestate-event-value" ,
26
31
" error-boundaries"
27
32
],
28
33
"FAQ" : [
29
34
" im-having-a-type-error" ,
30
35
" record-field-send-handle-not-found" ,
31
36
" send-handle-callbacks-having-incompatible-types" ,
32
37
" i-really-need-feature-x-from-reactjs" ,
33
- " element-type-is-invalid" ,
34
38
" i-want-to-create-a-dom-element-without-jsx"
35
39
]
36
40
},
37
41
"examples" : {
38
42
"Recipes & Snippets" : [
39
43
" simple" ,
40
- " usestate-hook" ,
41
- " usereducer-hook" ,
42
- " useeffect-hook" ,
43
- " use-state-use-effect" ,
44
- " usedebounce-custom-hook" ,
45
44
" adding-data-props" ,
46
45
" working-with-optional-data" ,
47
46
" render-props" ,
You can’t perform that action at this time.
0 commit comments