Vue3 Composition vs Options API

Limitations of Options Api Large complex components are hard to read and maintain Logical features are organized by component options. These Options are: components props data computed methods lifecycle methods Code reusability becomes complex as it involves using Mixins or Mixin factories for code sharing. Limited typescript support Internally options api is built on top… Continue reading Vue3 Composition vs Options API

git cheat sheet

What is Git? Its the most widely used version control system today. Git makes collaborating with team members easy. This distributed version control system keeps track of all the changes made in project file. I use almost every single one of this cheatsheet commands in my everyday use. This cheat sheet features the most commonly… Continue reading git cheat sheet

Published
Categorized as Git Tagged