We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3239dac commit 0cdf749Copy full SHA for 0cdf749
src/sidebarReference.json
@@ -338,19 +338,19 @@
338
"sectionHeader": "React 规则"
339
},
340
{
341
- "title": "Overview",
+ "title": "概述",
342
"path": "/reference/rules",
343
"routes": [
344
345
- "title": "Components and Hooks must be pure",
+ "title": "组件和 Hook 必须是纯粹的",
346
"path": "/reference/rules/components-and-hooks-must-be-pure"
347
348
349
- "title": "React calls Components and Hooks",
+ "title": "React 调用组件和 Hook",
350
"path": "/reference/rules/react-calls-components-and-hooks"
351
352
353
- "title": "Rules of Hooks",
+ "title": "Hook 的规则",
354
"path": "/reference/rules/rules-of-hooks"
355
}
356
]
0 commit comments