Notes from the Journey
A place to store ideas, experiences, lessons, and reflections I encounter throughout my journey of learning and building.
All Blogs
2026-06-05Why Zustand Needs Context in Next.js
Why do we need React Context with Zustand in Next.js? It’s not a React issue, but about Node.js memory management and per-request state isolation. Learn why!
8 min read
2026-05-16RSC & Animations: Fix the Wrong Assumption
Thought adding animations meant turning your whole Next.js page into CSR? Think again. Discover how Next.js actually handles animations without losing SSR benefits.
8 min read
2025-05-15Relative vs Absolute Path Bugs in Next.js ?
A subtle bug I encountered when using relative paths in a reusable component across different pages in Next.js App Router.
4 min read
Coming Soon