pub fn view_form<T: Default + Clone>( f: impl Fn(FormHandle<'_, T>) -> Html + 'static, ) -> Rc<dyn Fn(FormHandle<'_, T>) -> Html>