Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/reference/react/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ React 提供了一些内置的组件,你可以在 JSX 中使用它们。
* [`<Profiler>`](/reference/react/Profiler) 让你可以以编程方式衡量 React 树的渲染性能。
* [`<Suspense>`](/reference/react/Suspense) 让你可以在子组件加载时显示后备方案。
* [`<StrictMode>`](/reference/react/StrictMode) 可以开启一些额外的,仅用于开发环境的检测,帮助你更早地发现 bug。
* [`<Activity>`](/reference/react/Activity) lets you hide and restore the UI and internal state of its children.
* [`<Activity>`](/reference/react/Activity) 让你可以隐藏并恢复其子节点的 UI 和内部状态。

---

Expand Down
Loading