Tips from open-source: How redirect in Next.js works under the hood
In this article, you will learn how redirect in next.js works under the hood by looking at the Next.js source code around redirect functionality.
My approach:
Start from the `import { redirect } from "next/navigation"'
Back trace the redirect funct...
ramunarasinga.hashnode.dev4 min read