Tracing or Debugging Vue.js Reactivity: The computed tree

Created
Created
2021 Oct 8 8:37
Tags
Tags
Link
Link
https://medium.com/dailyjs/tracing-or-debugging-vue-js-reactivity-the-computed-tree-9da0ba1df5f9
Description
Description
With all the buzz about the next major release of Vue, there is plenty of intrigue surrounding announced features, one that caught my attention was: Better debugging capabilities: we can precisely trace when and why a component re-render is tracked or triggered In this article, I'll be talking about what we can do now in Vue 2.x to trace reactivity and maybe tune some stray code that might impact performance.

Recommendations