Virtual DOM Adapter
HydratorVirtualDomAdapter
Bases: VDomLookupTable
hyderator adapter for all virtual dom operations methods should start with: hyd_vdom_
Source code in zenaura/client/hydrator/virtual_dom_adapter.py
hyd_vdom_delete(comp)
virtual dom operation : deletes virtual dom of component args: comp: Component
hyd_vdom_update(comp)
virtual dom operation : updates virtual dom of component args: comp: Component
hyd_vdom_update_with_new_render(comp, new_node)
update component with new node args: comp: Component new_node: Node