Weekly Vue.js News - #36
Hi 👋
Last week I got COVID but I am doing well according to the circumstances😔
In this issue, I have curated a few interesting articles and tweets to help you in your journey to become a Vue expert.
I hope you will enjoy this weeks’ issue and if you have any feedback, please get in touch with me on Twitter - @mokkapps or via email: mail@mokkapps.de.
Have a great week ☀️
Vue: Tip of the week
Vue Tip: Measure Performance — mokkapps.de
Learn some tools to measure the performance of your Vue application.
Vue
Use Web Components in Vue 2 and 3 + Composition API — codeburst.io
👉 This post will go over how to incorporate a Web Component into a Vue application.
👉 Examples will include Vue versions 2 and 3, plus the Composition API.
Why Use TypeScript with Vue.js — vueschool.io
👉 Daniel wrote an article why you should use TS in Vue.
👉 Using TypeScript with Vue.js 3 helps you catch more errors as you code, gives you the confidence to refactor, and enhances IDE functionality with components.
Migrating a customer-facing dashboard from Angular to Vue — www.lob.com
"So this is not a story about the differences between two frameworks, but about how to approach large business-critical projects in a way that minimizes downtime and user inconvenience."
How to Build a Ticketing App Using Vue.js and Strapi — strapi.medium.com
In this article, we’ll learn how to build a real-world Ticketing System with Strapi and Vue.js, where users can buy tickets for upcoming events.
Web Development Articles & Tweets
The Code Review Pyramid — www.morling.dev
👉 An interesting mental model in the form of a pyramid on how to code review.
👉 Too complicated to put into practice, but anyways I think it is interesting.
Patterns for Consuming REST API's in TypeScript — codewithstyle.info
Miłosz describes various TypeScript patterns for interacting with REST endpoints that address problems such as unnecessary coupling, backward compatibility, and runtime correctness.
Decorators for ES6 Classes Proposal (Mostly) Reaches Stage 3 at TC39
Quote of the week
