Only one reflow calc at fragment hookup as opposed to a reflow for every child node added to the main DOM.
document.createDocumentFragment() https://developer.mozilla.org/en/docs/Web/API/Document/creat...
React 14.x was built with babel 5.x. React 15.x is compiled with babel 6.x. Must user jsx code now be compiled with babel 6.x to be compatible with React 15.x?
Only one reflow calc at fragment hookup as opposed to a reflow for every child node added to the main DOM.
document.createDocumentFragment() https://developer.mozilla.org/en/docs/Web/API/Document/creat...
React 14.x was built with babel 5.x. React 15.x is compiled with babel 6.x. Must user jsx code now be compiled with babel 6.x to be compatible with React 15.x?