pub fn component<F>(render_fn: F) -> FnComponent<F>where F: Fn(&GA3) -> Element + Send + Sync,
Create a function component from a closure.