Tag: vue.js
-

How We Fixed Slow Hero Video Rendering in Our Nuxt SSR App
Every page on Afitpilot opens with a full-bleed hero video — but for months, users saw a blank black block before it appeared. This post breaks down why that happened in our Nuxt SSR setup and the exact changes we made to achieve instant hero rendering, lower data usage, and smoother page loads.
-

Solving the “No such built-in module: node” Error in Vite
Encountering the “No such built-in module: node ” error in Vite? This guide walks you through how I fixed the issue by replacing Node.js’s require with ES module imports in a Vue.js project using Tailwind CSS. Learn why Vite prefers ES modules and how to resolve compatibility issues to streamline your development experience.
