Category

Coding

Coding

4 articles

My Framer Motion Animations Worked on Desktop But Not on My Phone. Here's What Was Actually Broken
Coding

My Framer Motion Animations Worked on Desktop But Not on My Phone. Here's What Was Actually Broken

Framer Motion animations not working on mobile during npm run dev? Next.js 16 blocks cross-origin HMR from your LAN IP. allowedDevOrigins in next.config.ts fixes it without switching to a production build.

Jun 25, 20268 min read
Next.js Animations Broken on Mobile? Check the Dev Server
Coding

Next.js Animations Broken on Mobile? Check the Dev Server

Next.js animation not working on mobile over your local network? Framer Motion and CSS transitions often fail while npm run dev is running, even when desktop and DevTools responsive mode look fine. The culprit is usually the dev server, not your animation code.

Jun 17, 20265 min read
coding
Featured
Coding

Next.js Caching: fetch, revalidate, and tags explained

How the App Router cache works — and how to choose the right strategy for blog posts, APIs, and dashboards

Jun 8, 20263 min read
coding
Coding

React Server Components: A Practical Guide

Understand how Server Components work and when to use them in your React project

May 28, 20262 min read