Weekly Vue.js News - #21
Hi 👋
Last week I attended Vue Toronto. Besides that nothing interested from my side.
Have a great week ☀️
Vue
Vue Tip: Prefer Slots Over Props — www.mokkapps.de
Prefer slots over props as they give the parent the freedom to customize components.
9 Companies Using Vue.js in 2021 — monterail.medium.com
👉 Nintendo
👉 GitLab
👉 Adobe
👉 And more...
How to create a Vue.js app with serverless — serverless-stack.com
👉 You'll learn how to use Vue.js with a serverless API to create a simple click counter app.
👉 Technologies include Serverless Stack Framework (SST) and the SST StaticSite construct to deploy to AWS.
How to Migrate from Vue CLI to Vite - Vue.js Tutorials — vueschool.io
Learn how to migrate from Vue CLI to Vite in 9 simple steps for a faster and more streamlined developer experience. It's easier than you think!
Building a VS Code Extension Using Vue.js
👉 A very interesting article on creating your own VS Code extension
👉 But you get to build the UI using Vue
Recommended Articles
Announcing TypeScript 4.5 — devblogs.microsoft.com
Some of the highlights:
👉 The awaited type and promise improvements.
👉 Supporting lib from node_modules.
👉 Template string types as discriminants.
Quote of the week

Tools & Misc
Learn all about Micro-Frontends — www.freecodecamp.org
👉 2 hour YouTube course
👉 This course will teach you about cross platform micro-frontends, asynchronous loading, error handling, shared state, how to route multiple applications together, and more.
I wrote a fully-functioning File Explorer, using TypeScript — dev.to
Xplorer is a File Explorer built on TypeScript, focused on modernization and customization.