Nasir
Member since Jan 8, 2019
- Profile: /members/13860-nasir.htm
- Comments: 1
Recent Blog Comments By Nasir
-
Updating Reactive Values Can Cause Some Non-Reactive Values To Re-Render In Vue.js 2.5.21
Posted on Jan 8, 2019 at 2:20 PM
Yes. that is because Vue re-renders the component if any of its dependency updates. You could avoid it by creating a sub-component i.e. injected for injected value. In that case Vue will intelligently only update the parent component and not the child i.e. injected component hence giving... read more »