Vue 3 brought with it a new way to write your reactive code in your .vue files. You're still able to use the old Options API in Vue 3 but it's highly recommend to at least take a look at the new Composition API, as it could simplify and speedup your codebase with not much effort.
In this livestream we convert a sophisticated Vue component, form Options to Composition.
#vue #webdev #livestream