Notes from the Journey

A place to store ideas, experiences, lessons, and reflections I encounter throughout my journey of learning and building.

All Blogs

Why Zustand Needs Context in Next.js2026-06-05

Why 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
RSC & Animations: Fix the Wrong Assumption2026-05-16

RSC & 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
Relative vs Absolute Path Bugs in Next.js ?2025-05-15

Relative 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