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
REPL demo. If you have a tag like this...
{{someHelper(someUnchangingValue)}}
...someHelper will be reinvoked on every state change, regardless of whether someUnchangingValue has changed, which can cause sluggishness.
someUnchangingValue
The text was updated successfully, but these errors were encountered:
do dirty check in _set, so we can easily skip unnecessary computation…
0f7e87c
…s later (#768)
Merge pull request #769 from sveltejs/gh-768
276b799
skip updates where possible
Successfully merging a pull request may close this issue.
REPL demo. If you have a tag like this...
...someHelper will be reinvoked on every state change, regardless of whether
someUnchangingValue
has changed, which can cause sluggishness.The text was updated successfully, but these errors were encountered: