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.
<Activity>
1 parent f8c81a0 commit fa7ca4cCopy full SHA for fa7ca4c
src/content/reference/react/components.md
@@ -16,6 +16,7 @@ React exposes a few built-in components that you can use in your JSX.
16
* [`<Profiler>`](/reference/react/Profiler) lets you measure rendering performance of a React tree programmatically.
17
* [`<Suspense>`](/reference/react/Suspense) lets you display a fallback while the child components are loading.
18
* [`<StrictMode>`](/reference/react/StrictMode) enables extra development-only checks that help you find bugs early.
19
+* [`<Activity>`](/reference/react/Activity) lets you hide and restore the UI and internal state of its children.
20
21
---
22
0 commit comments