Jessica Sachs
Jessica Sachs
Jess is a Staff Engineer at PathAI where she’s building out their Component Library: Anodyne. She’s been coding for more than 11 years and has worked professionally within the Open Source community, recently leaving Cypress after building and shipping Cypress Component Testing. She is a Core Team Member of both Cypress and Faker and a contributor to Vue and Vitest. She’s also an educator at Vue Mastery.
Building Backwards Compatible Vue Libraries
Vue.js London 2023Vue.js London 2023
31 min
Building Backwards Compatible Vue Libraries
Many organizations with component libraries are working on upgrades for their Vue 2 apps so that they can support Vue 3. Sometimes it's not easy! Ideally, you could write your code once and cross-compile it for different Vue runtimes. In this talk, we'll do exactly that. At the end, you'll have a recipe for shipping libraries that support both Vue 2 and Vue 3.