Hacker News new | ask | show | jobs
by _alexander_ 4002 days 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 ...
2 comments

I only see part of the source code, but what is there has two pretty big performance blunders (no PureRenderMixin, mutable state).
PureRenderMixin and mutable state are still pretty common in React applications, I think it's realistic not to include them.
The article mentions the source code.