File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments