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

perf(issue-stream): Ensure that changing the selected issues does not rerender the entire row #71139

Merged
merged 1 commit into from
May 20, 2024

Conversation

malwilley
Copy link
Member

Moves the checkbox and SelectedGroupStore listener to its own component so that it doesn't cause the entire row to rerender (which is expensive with so many on the page). This doesn't completely solve #71134, but does make it more difficult to reproduce.

@malwilley malwilley requested a review from scttcper May 17, 2024 22:07
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 17, 2024
@malwilley malwilley merged commit 1982feb into master May 20, 2024
43 checks passed
@malwilley malwilley deleted the malwilley/perf/stream-group-selection-rerenders branch May 20, 2024 15:55
cmanallen pushed a commit that referenced this pull request May 21, 2024
… rerender the entire row (#71139)

Moves the checkbox and SelectedGroupStore listener to its own component
so that it doesn't cause the entire row to rerender (which is expensive
with so many on the page).
@github-actions github-actions bot locked and limited conversation to collaborators Jun 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants