mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 18:58:17 +00:00
[Beta] Add missing imports to ref pages (#5442)
* [Beta] Add missing imports to ref pages * Fix spaces
This commit is contained in:
@@ -43,6 +43,8 @@ async function handler(request) {
|
||||
|
||||
On the client, call [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) to make the server-generated HTML interactive.
|
||||
|
||||
[See more examples below.](#usage)
|
||||
|
||||
#### Parameters {/*parameters*/}
|
||||
|
||||
* `reactNode`: A React node you want to render to HTML. For example, a JSX element like `<App />`. It is expected to represent the entire document, so the `App` component should render the `<html>` tag.
|
||||
|
||||
Reference in New Issue
Block a user