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

feat: add view object comparison to prevent unnecessary re-renders #98

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

sushichan044
Copy link
Owner

Outline

This pull request introduces optimizations to prevent unnecessary re-rendering of views by comparing the current view with the upcoming view.
The main changes include storing the latest view object, adding comparison methods in the ViewObject class, and updating the synchronization logic to use these comparisons.

@sushichan044 sushichan044 self-assigned this Nov 10, 2024
@sushichan044 sushichan044 force-pushed the feat/view-object-equality branch from 90f3789 to ed8f628 Compare November 10, 2024 03:44
@sushichan044 sushichan044 force-pushed the feat/view-object-equality branch from ed8f628 to 82dc99d Compare November 10, 2024 03:51
@sushichan044 sushichan044 merged commit b17555f into main Nov 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant