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
Tag: vue3
Progressive Web Apps with vue3
What is PWA? PWA is a set of features that bring existing mobile features to the web. Its considered that mobile specific feature could help in user retention. This is the main reason why PWA is gaining popularity. If the mobile experience is added to a web app it eliminates the need to maintain different… Continue reading Progressive Web Apps with vue3