The Composition API is THE biggest new feature introduced by Vue.js 3. It’s 100% optional but definitely worth a closer look as it allows you to write leaner, more elegant code - especially in bigger apps and components.
Starting Code: https://github.com/academind/vue-3-update/tree/starting-state/composition-api
Finished Code: https://github.com/academind/vue-3-update/tree/vue3-update/composition-api
#vue #api #javascript #web-development #programming