reagent.dom.client
create-root
(create-root container)(create-root container options)
Create a React Root connected to given container DOM element.
hydrate-root
(hydrate-root container el)(hydrate-root container el {:keys [compiler on-recoverable-error identifier-prefix], :or {compiler tmpl/*current-default-compiler*}})
render
(render root el)(render root el compiler)(render root el compiler strict-mode?)
Render the given Reagent element (i.e. Hiccup data)
into a given React root.
unmount
(unmount root)
Unmount the given React Root