[Function as children components](https://reactpatterns.com/#function-as-children) are becoming very popular. In React v16.3 the new context API uses this pattern. How do you walk into the children functions, so you can keep recursing the tree and visit deeper components? For context, I am attempting to SSR [`Query` components in `graphql-react`](https://github.com/jaydenseric/graphql-react#query).