Module dioxus_core::debug_renderer[][src]

Debug virtual doms! This renderer comes built in with dioxus core and shows how to implement a basic renderer.

Renderers don’t actually need to own the virtual dom (it’s up to the implementer).

Structs

DebugRenderer