pub unsafe fn use_effect_on_each_render(effect: JsValue)
React.useEffect(effect)
effect should be a js function.
effect
It can the value returned from Closure::once_into_js().
Closure::once_into_js()