reagent.dom.client
create-root
(create-root container)
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 the given Reagent element (i.e. Hiccup data) into a given React root.
unmount
(unmount root)
Unmount the given React Root