< Back to Uncategorized

Vue 3’s Composition API to Rewrite a Vue 2.x Component

Vue 3 will come with an additional advanced API called “Composition”, which will be “a set of additive, function-based APIs that allow flexible composition of component logic.”

To experiment with it and provide feedback, we can already use with Vue 2.x the @vue/composition-api plugin.

Read the full article in The DEV Community, written by Andrei-Constantin Ghiuta, Development Lead at Ness Digital Engineering,  for a walk-through of moving from using the “standard” Vue API to the Composition API.

Read More.