Good performance is a vital part of any web application. It's a significant determining factor in the conversion of marketing pages and can make or break the UX of web applications. Plus when we introduce JS into any webpage, there is the risk of memory leaks and heavy processing totally destroying our sites and even crashing browsers. In this course, learn how to keep your Vue applications lightning fast by looking at common performance centered solutions such as virtual lists, the v-memo directive, the shallowRef function, and more!