
May 17th, 2026
Why I Stopped Using Axios in Next.js App Router
App Router pushed me from Axios to native fetch: caching, AbortController, and fewer layers in production—not a package comparison rant.
14 min read
Notes, problems, fixes, and learnings from real projects.

May 17th, 2026
App Router pushed me from Axios to native fetch: caching, AbortController, and fewer layers in production—not a package comparison rant.
14 min read

May 19th, 2026
Stale API responses overwrote fresh UI during fast navigation. AbortController and SWR fixed ghost requests in Next.js App Router.
15 min read

May 21st, 2026
Wi-Fi hid async bugs in my Next.js app. Chrome throttling exposed race conditions, stale UI, and wrong request order before users noticed.
17 min read