"Hoists element creation to the top level for subtrees that are fully static, which reduces call to React.createElement and the resulting allocations. More importantly, it tells React that the subtree hasn't changed so React can completely skip it when reconciling."
cf. http://babeljs.io/docs/plugins/transform-react-constant-elements/