“the Facebook codebase has over 20,000 React components, and that’s not even counting React Native”— Dan Abramov, facebook.github.ioTagged: React, React v15.0, Frontend
“React 15 no longer emits extra nodes around the text, making the DOM output much cleaner.”— Dan Abramov, facebook.github.ioTagged: React, React v15.0
“We’re switching to major versions to indicate that we have been using React in production for a long time.”— Dan Abramov, facebook.github.ioTagged: React, React v15.0
“We are now using document.createElement instead of setting innerHTML when mounting components. This allows us to get rid of the data-reactid attribute on every node and make the DOM lighter. Using document.createElement is also faster in modern browsers and fixes a number of edge cases related to SV…”— Dan Abramov, facebook.github.ioTagged: React