Skip to content

Commit b319c15

Browse files
Merge branch 'main' of https://github.com/reactjs/react.dev into sync-2c7798dc
2 parents a2195fe + 2c7798d commit b319c15

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)