Link to beta in content (#5495)

This commit is contained in:
dan
2023-01-24 07:03:08 +00:00
committed by GitHub
parent 73208820d1
commit 3b0be4fbef
29 changed files with 396 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ redirect_from:
- "tips/use-react-with-other-libraries.html"
---
> Try the new React documentation for [`Component`](https://beta.reactjs.org/reference/react/Component).
>
> The new docs will soon replace this site, which will be archived. [Provide feedback here.](https://github.com/reactjs/reactjs.org/issues/3308)
This page contains a detailed API reference for the React component class definition. It assumes you're familiar with fundamental React concepts, such as [Components and Props](/docs/components-and-props.html), as well as [State and Lifecycle](/docs/state-and-lifecycle.html). If you're not, read them first.
## Overview {#overview}