Function dioxus_core::generation

source ·
pub fn generation() -> usize
Expand description

Get the current render since the inception of this component

This can be used as a helpful diagnostic when debugging hooks/renders, etc