What I learned from migrating a Vue project from Vuex to Pinia
A developer shares insights and practical advice from migrating a Vue.js application's state management from Vuex to Pinia.
A developer shares insights and practical advice from migrating a Vue.js application's state management from Vuex to Pinia.
A step-by-step implementation guide for a Virtual DOM library in ~200 lines of JavaScript, explaining the core concepts behind React and Vue.
Explains how Shiki Magic Move works, a library for animating code token transitions in presentations using Vue and the View Transitions API.
A developer explains how using flow diagrams in Miro helps plan and refactor complex state management in a Vue.js application for a wind turbine data visualization tool.
A guide explaining how to dynamically load images in Vue 3 and Nuxt 3 applications, covering strategies for using the public and assets folders.
A guide to monitoring nested data changes in Vue.js, covering methods like dot notation and deep watching for reactive side effects.
A front-end developer argues that AI automation threatens basic UI coding jobs but not the high-level planning and UX skills that create great websites.
A developer introduces the 'Switchboard Pattern' to dramatically improve performance in a large Vue/Alpine table with thousands of interactive rows.
Analyzes why Web Components are often overlooked by frontend developers in favor of frameworks like React, citing ergonomic and tooling challenges.
A comprehensive guide to understanding and using Vue.js refs, the primary tool for reactivity in Vue's Composition API.
A tutorial on implementing form validation in Vue 3 using the Yup schema validation library.
Explains key differences between ref() and reactive() in Vue 3 Composition API, including handling primitives, data access, and usage.
A guide to correctly destructuring props in Vue's Composition API while maintaining reactivity, with solutions to common pitfalls.
The author explains the technical process and reasons for migrating their blog from Medium to Gridsome, a Vue-based static site generator.
A monthly update on TinyPilot, covering a website redesign, learning Debian packages, abandoning Vue.js, and sharing traffic and revenue stats.
A guide to building accessible toggle buttons with optimal HTML semantics and framework examples for Svelte, Vue, and React.
Learn how to render line breaks from strings with \n characters in React and Vue components using CSS or HTML replacement.
Explains how to use Vue's nextTick() function to wait for DOM updates after data changes, with examples using async/await.
A comparison of React and Vue.js frameworks, analyzing their differences to help developers choose the right tool for their 2022 projects.
A guide to implementing debouncing and throttling techniques for event handlers and watchers in Vue.js components.