A demonstration about how some methods can cause Reflow and a feeling of lag, and how to avoid it
A demonstration about how onTrack method can be usefull to find what is causing a component reredering
A demonstration about the v-memo directive, and how it can help you not rerender unchanged component
A demonstration of a usefull pattern to not trigger computed dependencies for nothing (make them "lazy")
A demonstration of how share different effects (computed, watch, etc) between several components. Usefull when some of them are heavy to compute
A demonstration of how effects (computed, watch, etc) between several components can be stop and start on demand, to avoid computation and watcher when not needed