createRoot() ↔ react-dom/client Method to create new Root container to inject App
createRoot() signature
createRoot(container, options?)
options?: (onReoverableError | identifierPrefix)
References
hydrateRoot()↔ variant ofcreateRoot()to Hydrate container render byReactDOMServerrender()↔ replace bycreateRoot().ReactDOM APIfunction to renderelementto DOM API insidecontainer- for Client Component only