How to use the new composition API in Vue
In this article we will be using Vue Composition API inside Vue2.x project setup and build a simple todo app
Nov 4 · 3 min read

Composition API is most commonly discussed and new feature syntax of the next major version release of Vue. It’s a completely new approach in making our logic reusable and organize our codebase.


