5 ms·
Where is source code ? I need proof that React has performance problems., I use React.JS for large application with huge logic in one page and all works pretty
by _alexander_ 11y ago
Where is source code ? I need proof that React has performance problems., I use React.JS for large application with huge logic in one page and all works pretty fine on mobile devices and desktop ...
- TheCoelacanth 11y agoI only see part of the source code, but what is there has two pretty big performance blunders (no PureRenderMixin, mutable state).
- vcarl 11y agoPureRenderMixin and mutable state are still pretty common in React applications, I think it's realistic not to include them.
- quest88 11y agoThe article mentions the source code.