Livestream: Lets Migrate Vue 3 Options API to Composition API | Vue & Strapi Application

Опубликовано: 28 Сентябрь 2024
на канале: HTML All The Things
76
2

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