Y
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
TheCoelacanth
4002 days ago
I only see part of the source code, but what is there has two pretty big performance blunders (no PureRenderMixin, mutable state).
link
vcarl
4002 days ago
PureRenderMixin and mutable state are still pretty common in React applications, I think it's realistic not to include them.
link
quest88
4002 days ago
The article mentions the source code.
link