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
I noticed that the initial implementation wasn't very quick. For instance, typing some text caused rendering in all react inspector components:
After some quite easy refactoring (with the help of React dev tools) I managed to update only these components that should be updated:
It visibly speeds up the inspector when working with large documents.
The text was updated successfully, but these errors were encountered:
Merge pull request #81 from ckeditor/i/79
44e7850
Fix: Improved performance of the inspector by avoiding unnecessary React rendering. Closes #79.
oleq
Successfully merging a pull request may close this issue.
I noticed that the initial implementation wasn't very quick. For instance, typing some text caused rendering in all react inspector components:
After some quite easy refactoring (with the help of React dev tools) I managed to update only these components that should be updated:
It visibly speeds up the inspector when working with large documents.
The text was updated successfully, but these errors were encountered: