Posted Saturday, August 26, 2023
Component Party ↗
How to code components in many popular frameworks including Vue 2 and Vue 3
Geoff’s thoughts: I found this useful for figuring out how to migrate from Vue 2's Options api to Vue 3's Composition api. Also it really shows how much less code you need to write using the Composition api. In fact in many their examples you don't even need the import statements since Nuxt 3 (Vue 3?) has automatic imports.