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: avoid unnecessary re-renders when computed property value did not change #7824

Merged
merged 1 commit into from Mar 23, 2018

Conversation

yyx990803
Copy link
Member

close #7767

@yyx990803 yyx990803 added the merge with caution Fixes or refactors that do not change public API but may alter internal behavior label Mar 13, 2018
@yyx990803 yyx990803 merged commit 653aac2 into dev Mar 23, 2018
yyx990803 added a commit that referenced this pull request Sep 18, 2018
f2009 pushed a commit to f2009/vue that referenced this pull request Jan 25, 2019
f2009 pushed a commit to f2009/vue that referenced this pull request Jan 25, 2019
aJean pushed a commit to aJean/vue that referenced this pull request Aug 19, 2020
aJean pushed a commit to aJean/vue that referenced this pull request Aug 19, 2020
@yyx990803 yyx990803 deleted the perf-computed branch May 20, 2022 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge with caution Fixes or refactors that do not change public API but may alter internal behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Render function called whenever a computed value's dependency is updated, though the value didn't change
1 participant