Package react4j.dom
Interface ReactRoot
A React root represents the top level DOM element that react binds to.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
void
render
(ReactNode children, ReactRoot.PostRenderCallbackFn callback) default void
unmount()
void
unmount
(ReactRoot.PostUnmountCallbackFn callback)
-
Method Details
-
render
-
render
-
unmount
-
unmount
-