Skip to content

Commit 4f5df8a

Browse files
committed
Create a new section called hooks
1 parent 8d3bb8b commit 4f5df8a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

website/sidebars.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,32 @@
1515
"refs",
1616
"testing"
1717
],
18+
"Hooks": [
19+
"usestate-hook",
20+
"usereducer-hook",
21+
"useeffect-hook",
22+
"custom-hooks"
23+
],
1824
"ReactJS Idioms Equivalents": [
1925
"invalid-prop-name",
2026
"props-spread",
2127
"component-as-prop",
2228
"ternary-shortcut",
23-
"context-mixins",
29+
"context",
2430
"custom-class-component-property",
25-
"usestate-event-value",
2631
"error-boundaries"
2732
],
2833
"FAQ": [
2934
"im-having-a-type-error",
3035
"record-field-send-handle-not-found",
3136
"send-handle-callbacks-having-incompatible-types",
3237
"i-really-need-feature-x-from-reactjs",
33-
"element-type-is-invalid",
3438
"i-want-to-create-a-dom-element-without-jsx"
3539
]
3640
},
3741
"examples": {
3842
"Recipes & Snippets": [
3943
"simple",
40-
"usestate-hook",
41-
"usereducer-hook",
42-
"useeffect-hook",
43-
"use-state-use-effect",
44-
"usedebounce-custom-hook",
4544
"adding-data-props",
4645
"working-with-optional-data",
4746
"render-props",

0 commit comments

Comments
 (0)