@lynx-js/react / Root
Interface: Root
The default root exported by @lynx-js/react for you to render a JSX
Properties
registerDataProcessors()
Register DataProcessors. You MUST call this before root.render().
Parameters
Returns
void
Deprecated
use lynx.registerDataProcessors instead
Defined in
@lynx-js/react/runtime/lib/lynx-api.d.ts:59
render()
Use this API to pass in your JSX to render
Parameters
Returns
void
Examples
Defined in
@lynx-js/react/runtime/lib/lynx-api.d.ts:53