2 articles
Frontend·Sep 6, 2025·5 min read
Using defineExpose script: A hidden gem in Vue 3
Explore Vue 3’s defineExpose macro to safely expose child methods and properties. Learn patterns, best practices, and real examples.
VueFrontendweb development
Frontend·Aug 26, 2025· min readExternal
VueUse-Vue composable library that has collection of vue composition utilities
VueUse is a powerful collection of Vue.js utility functions built on the Composition API. It provides ready-to-use composables that simplify state management, reactivity, and common application logic, making it easier to build scalable and maintainable Vue applications.
VueFrontend