Salko BalicProsalkobalic.com·6 hours agoHow to Emit an Event From Child to Parent Component in Vue: $emitVue.js has this amazing ability to make communication between components a breeze, which helps create super interactive and engaging experiences for users. In Vue.js, components can send out events, making it easy for data to move from child componen...DiscussMastering Vue.jsVue.js
:icarus.gkicarusgk.hashnode.dev·Sep 27, 2023All we know about Vue 3's Vapor ModeWhat is Vapor Mode? 🧐 Vapor Mode is a new and alternative compilation strategy inspired by Solid.js. It aims to enhance your apps' performance by compiling your code into a more efficient JavaScript output. When used at the app level, you can drop t...Discuss·4 likes·2.7K readsVue 3 SeriesVue.js
Divine Udiseenivid.hashnode.dev·Sep 27, 2023Managing Vue3 Authentication with Supabase and CookiesIntroduction Authentication, one of the most important parts of a website, is expected to be implemented with a way to persist its state when a user has logged in to avoid logging in again, improving user experience. Some junior developers go about t...DiscussVue.js
Salko BalicProsalkobalic.com·Sep 27, 2023A Guide to Passing Data from Parent to Child Component in Vue.jsVue.js is an awesome JavaScript framework that's loved by many for its easy-to-use and adaptable nature when it comes to crafting user interfaces. One of its coolest features is how it lets you pass data between components, especially from parent to ...DiscussMastering Vue.jsVue.js
Salko BalicProsalkobalic.com·Sep 24, 2023Created vs. Mounted in Vue: Which One to Use?In the Vue.js world, lifecycle hooks are super important for managing the different stages of a component's life, from when it's created to when it's removed from the app. These hooks let developers step in at just the right moments during a componen...DiscussMastering Vue.jsVue.js
Salko BalicProsalkobalic.com·Sep 23, 2023An In-Depth Explanation of Vue 3 Lifecycle MethodsIf you want to be a pro at developing and managing Vue.js applications, it's super important to get a good grasp on Vue.js lifecycles. Just like many other cool JavaScript frameworks, Vue.js uses a component-based architecture and offers a bunch of l...Discuss·36 readsMastering Vue.jsVue.js
Salko BalicProsalkobalic.com·Sep 22, 2023Discover Declarative Rendering in Vue.js: Unlock Its PotentialIn the ever-evolving world of web development, making user interfaces that are dynamic and responsive has become super important. Because of this, we now have a bunch of cool JavaScript frameworks and libraries, each with its own unique way of handli...Discuss·39 readsMastering Vue.jsVue.js
Salko BalicProsalkobalic.com·Sep 21, 2023FeaturedExplore Vue Reactivity in Depth: What Lies Beneath Vue.jsVue.js, with its simplicity and elegance, has rapidly become a favorite among web developers. Its intuitive syntax and reactivity system make building dynamic user interfaces a breeze. Yet, what truly makes Vue.js shine is its reactivity system, ofte...Discuss·19 likes·147 readsMastering Vue.jsVue.js
Salko BalicProsalkobalic.com·Sep 21, 2023Mastering DOM Timing: How to Use nextTick in Vue 3As you explore the awesome world of Vue.js 3, you might have come across this cool and intriguing function called nextTick. You must be curious about what nextTick does in the Vue 3 context, and how it fits so smoothly into the famous reactivity syst...Discuss·39 readsMastering Vue.jsVue.js
Salko BalicProsalkobalic.com·Sep 16, 2023Vue 3 Watch Demystified: Unleash the Power of ReactivityIn the dynamic world of web development, reactivity is the driving force behind creating interactive and responsive user interfaces. Vue.js, a progressive JavaScript framework, excels in this aspect, making it vital for developers to grasp the concep...Discuss·90 readsMastering Vue.jsVue.js