Skip to content
New issue

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

Update FAQ to talk about PureComponent and performance issues #3734

Open
eranhirs opened this issue Jan 7, 2018 · 0 comments
Open

Update FAQ to talk about PureComponent and performance issues #3734

eranhirs opened this issue Jan 7, 2018 · 0 comments

Comments

@eranhirs
Copy link

eranhirs commented Jan 7, 2018

Since redux-form is triggering a lot of actions, writing in a textbox sometimes takes several seconds if you are not using PureComponent.

As someone who never heard about PureComponent, it took me some profiling to understand the problem is not with redux-form.

I think the FAQ should contain a section recommending to use PureComponent for others that might run into the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants