pub fn use_effect(effect_fn: impl Fn() + 'static)
Creates an effect that runs once and re-runs when its dependencies change.