Children 으로 callback function을 넣는 방식이다.
Children Component에서 모든 render을 해도 되지만, 복잡해질수록 Children Component에 많은 load가 실린다. 이런경우 Parent Component에서 callback에서 render되는 형태를 처리해주면 좋다.
React-Final-Form > Step4를 보면, children이 callback function이다.
Function as Child Components Are an Anti-Pattern