Vue 3 Hooks and Type Safety with TypeScript

Interested in taking better advantage of Hooks and Composition in Vue 3? This video shows how to create composable hooks and modules from scratch and deliver more secure applications with Typescript in your Vue 3 project. This video also shows to address common issues with TypeScript in , using async and Suspense, and best practices for type safety. This video builds upon the Vue 3 project created in a previous tutorial, Vue 3 Typescript Introduction with Tips and Migration Guide From VueJS 2.
Back to Top