Built-in React ComponentsLink for this heading
January 6, 2025 · View on GitHub
React exposes a few built-in components that you can use in your JSX.
Built-in componentsLink for 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.
Your own componentsLink for Your own components
You can also define your own components as JavaScript functions.
Copyright © Meta Platforms, Inc
no uwu plz
uwu?
Logo by@sawaratsuki1004
More
On this page
Search⌘CtrlK
-
react@19
- Overview
- Hooks
- Components
- APIs
-
react-dom@19
- Hooks
- Components
- APIs
- Client APIs
- Server APIs
- Static APIs
-
Rules of React
- Overview
-
React Server Components
- Server Components
- Server Functions
- Directives
-
Legacy APIs
- Legacy React APIs
Is this page useful?