LGLéo Guillaume (Dibodev)indibodev.hashnode.dev·Aug 18 · 3 min readOne Vue app, three homes: desktop with Tauri, Android with Capacitor, and the webI wanted a Reddit client that lived on my desktop and my phone — without maintaining two separate apps. So I built one Vue app and gave it three homes: Tauri (Rust) wraps it as a desktop app for Windo00
MCMadeline Caplesinmadelinecaples.hashnode.dev·Aug 12 · 10 min readVue Hydration MismatchesIntro: What does SSR do & what problem does it solve? SSR (Server Side Rendering) generates the full HTML of a page on the server before sending it to the browser. This prevents slow initial page load00
SISaawahi IT Solutioninsaawahiitsolution.hashnode.dev·Aug 11 · 5 min readReact vs Angular vs Vue vs Next.js: Picking a Frontend for AI-Powered ProductsBuilding an AI feature into a web app changes what you need from your frontend. A chatbot that streams tokens, a dashboard that refreshes itself from a live model pipeline, an agent that reports parti00
SFSimone Festaincertosinolab.hashnode.dev·Aug 3 · 32 min readStreaming Large ZIP Archives in the Browser with Vue and the File System Access APIBlob vs streaming, ZIP64, progress tracking, cancellation, and browser fallbacks Exporting a file from a web application usually looks like a simple operation. The application generates some data, cre00
DCDespia CEOinblog.despia.com·Jul 29 · 16 min readHow to Get Vue In-App Purchases ApprovedTo get approved selling digital content, your Vue app needs three things: purchases running through StoreKit on iOS and Google Play Billing on Android, a paywall the reviewer can actually reach, and a00
EEveineveko.hashnode.dev·Jul 28 · 19 min readCancelling API Requests in Vue 3: One Registry, Two Paths, and the Question That Orders ThemOriginally published at eveko.dev. Vue 3 exposes four things that look like four separate ways to cancel a stale request. The onCleanup parameter that watchEffect passes to its effect. The same param00
W-Woohl - Headless woocommerceinwoohlheadlesswoocommerce.hashnode.dev·Jul 22 · 4 min readHeadless WooCommerce: Why More Ecommerce Brands Are Making the Switch in 2026Building faster WooCommerce storefronts without rebuilding your business WooCommerce powers millions of online stores worldwide, but customer expectations have changed dramatically. Shoppers now expec00
YPYatta Pickinyattapick.hashnode.dev·Jul 22 · 2 min readI turned a mature marketplace codebase into a free "give it away" app - here's the why and the howHey everyone, Quick backstory on why (and how) I built this. The problem Giving away stuff you no longer need through Facebook groups or social media is a mess: those platforms were never built for it00
DCDespia CEOinblog.despia.com·Jul 21 · 26 min readVue.js Apple Login (Native Sign-In)Ship a Vue app to iOS with Google or any social login and Guideline 4.8 obliges you to offer an equivalent privacy-focused login next to it, one that limits data collection and supports private email,00
RRushaninfrontendblog.hashnode.dev·Jul 13 · 3 min readIntroducing GeoIcons: 420+ Tree-Shakable Geographic Icons for the WebMost icon libraries give you thousands of general-purpose glyphs and then stop right where geography starts. You get a globe and a map pin, and that's about it. If you're building a dashboard, a shipp00