Skip to content

Commit fa7ca4c

Browse files
committed
Add <Activity> bullet to built-in components section
1 parent f8c81a0 commit fa7ca4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/reference/react/components.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ React exposes a few built-in components that you can use in your JSX.
1616
* [`<Profiler>`](/reference/react/Profiler) lets you measure rendering performance of a React tree programmatically.
1717
* [`<Suspense>`](/reference/react/Suspense) lets you display a fallback while the child components are loading.
1818
* [`<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.
1920

2021
---
2122

0 commit comments

Comments
 (0)