Weekly Vue.js News - #22
Hi 👋
Unfortunately, there is no interesting news from me personally.
Have a great week ☀️
Vue
4 Best Practices for Large Scale Vue.js Projects — blog.bitsrc.io
👉 Use Vue Slots to make your code easily understandable
👉 Build & share independent components
👉 Maintaining a well organized VUEX Store
👉 Don’t forget to write Unit Tests
How to Build a Movies App with Vue, Auth0 and Cloudinary — dev.to
👉 You'll learn how to build a movie app that uses Auth0 to integrate authentication and Cloudinary to enable media optimization and transformation.
How to Debounce and Throttle Callbacks in Vue — dmitripavlutin.com
How to debounce and throttle watchers and event handlers in Vue components.
👉 A free and open source UI library for Vue 3
👉 Some data tables have been added, along with a time picker.
Recommended Articles
Optimize Enums in TypeScript with "const" — ultimatecourses.com
👉 A brief overview of how the const modifier changes the JavaScript code that the TypeScript compiler will emit for a given enum.
TypeScript Features You Should No Longer Use — szaranger.medium.com
👉 Decorators
👉 Enums
👉 Parameter properties
👉 Namespaces
👉 Triple-Slash Imports
Quote of the week

Tools & Misc
Video: How the TypeScript Compiler Compiles — www.youtube.com
👉 A systems-level look at the TypeScript compiler
👉 How it converts a file into an intermediate representation, checks the validity of that data, and finally emits JavaScript files on disk.