使用函数作为子元素并不常见
<div>{ () => { return "hello world!" }() }</div>
可以用于渲染回调,ReactMotion中有使用这种技术。把渲染逻辑保存在自有组件中,而不是被委派。