Understanding the new script setup with defineProps & defineEmits in Vue 3.2
Vue 3 introduced us to the Composition API - a different way of handling reactive data using ref and reactive in Vue.js. It received a lot of positive feedback but also some concerns about the verbosity of the Composition API usage inside SFCs. Then ...
kenny-io.hashnode.dev5 min read