
Leverage the power of the new Composition API to optimize your Vue applications
ue 3 is right around the corner and amongst many exciting features, it introduces the Composition API.
This new API is a tremendous improvement on:
- Organising and structuring Vue.js applications
- Code Reusability
- Typescript Support
In the Vue 3 Composition API workshop, you will learn when and how to use the new API, you will understand why we needed this API, and what it means for the next era of Vue development.
Throughout the day you will practice what you learn by working on a lot of hands-on assignments with live help from Alex. Once finished, you will have tamed the ferocious power of the Composition API. You will be able to integrate it readily into your applications and efficiently replace all your mixins & workarounds with composition functions.
Topics
- Intro to Composition API
- When and How you should use the Composition API
- Replacing mixins with composition functions
- Organising code by feature
Who is this for
This is an advanced workshop for developers that already know their way around Vue.js and are looking to optimize existing applications or prepare for building new projects with the latest features introduced in Vue 3.If you cannot stand working with mixins and 1000-lines components anymore or if TypeScript support is important for your team, then this workshop is made for you!
Pre-requisites
- Advanced in Vue.js and the ecosystem