Skip to content

Commit b28c754

Browse files
Merge pull request #527 from reactjs/sync-2c7798dc
Sync with react.dev @ 2c7798d
2 parents 69fc3b5 + 8dcf940 commit b28c754

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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

src/sidebarBlog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"title": "React Compiler v1.0",
2323
"titleForHomepage": "React Compiler v1.0",
2424
"icon": "blog",
25-
"date": "October 8, 2025",
25+
"date": "October 7, 2025",
2626
"path": "/blog/2025/10/07/react-compiler-1"
2727
},
2828
{

0 commit comments

Comments
 (0)