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
redux直接存贮e.target,页面会非常卡顿
Steps to reproduce the behavior: 1. 2. 3. 4.
Expected behavior 1.存储dom节点不卡顿或者其他替代方案获取dom节点信息
The text was updated successfully, but these errors were encountered:
redux存的都是plain object,dom节点不适合使用状态管理。我觉得你应该保存的是id或者其它唯一标识
Sorry, something went wrong.
No branches or pull requests
What happens?
redux直接存贮e.target,页面会非常卡顿
How To Reproduce
Steps to reproduce the behavior:
1.
2.
3.
4.
Expected behavior
1.存储dom节点不卡顿或者其他替代方案获取dom节点信息
Context
The text was updated successfully, but these errors were encountered: