1 2 3 4 5
import ReactDOM from "react-dom"; export function start(EntryPointNamespace) { ReactDOM.hydrate(<EntryPointNamespace.default />); }