Built-in React Components – React
Built-in React Components – React
v19
API REFERENCE
Built-in components
<Fragment> , alternatively written as <>...</> , lets you group multiple
JSX nodes together.
<Profiler> lets you measure rendering performance of a React tree
programmatically.
<Suspense> lets you display a fallback while the child components are
loading.
<StrictMode> enables extra development-only checks that help you find
bugs early.
PREVIOUS
useTransition
NEXT
<Fragment> (<>)
https://react.dev/reference/react/components 1/2
20/02/2025, 09:01 Built-in React Components – React
uwu?
Describing the UI
Adding Interactivity
Managing State
Escape Hatches
Community More
Acknowledgements Terms
https://react.dev/reference/react/components 2/2