Function freya::prelude::use_after_render
pub fn use_after_render(f: impl FnMut() + 'static)
Expand description
Push this function to be run after the next render
This function will always be called before dioxus tries to render your component. This should be used for safely handling early returns