https://facebook.github.io/react/blog/2015/10/07/react-v0.14.html
React now supports two compiler optimizations that can be enabled in Babel 5.8.24 and newer. Both of these transforms should be enabled only in production (e.g., just before minifying your code) because although they improve runtime performance, they make warning messages more cryptic and skip important checks that happen in development mode, including propTypes.
Might want to change the method_missing behavior that deals with HTML element and create them this way (1 less function call)
https://facebook.github.io/react/blog/2015/10/07/react-v0.14.html
Might want to change the
method_missingbehavior that deals with HTML element and create them this way (1 less function call)