Function create_client_effect
pub fn create_client_effect(f: impl FnMut() + 'static)
Expand description
Create a new effect, but only if we are not in SSR mode.
pub fn create_client_effect(f: impl FnMut() + 'static)
Create a new effect, but only if we are not in SSR mode.