External: react-dom/client

react-dom/client

The react-dom/client APIs let you render React components on the client (in the browser).
Source:
See:

Methods

(static) createRoot()

Lets you create a root to display React components inside a browser DOM node.
Source:
See: