We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would we get any performance lift from make some Components into PureComponents ?
Components
PureComponents
The text was updated successfully, but these errors were encountered:
In React 16.6 functional components can become pure as well: https://reactjs.org/docs/react-api.html#reactmemo
Sorry, something went wrong.
Investigated React.memo. Unfortunately most of our widgets have state so that's not an option. PureComponents would be a sensible optimization though.
React.memo
state
No branches or pull requests
Would we get any performance lift from make some
Components
intoPureComponents
?The text was updated successfully, but these errors were encountered: