All you need to know about Middleware in Nextjs
Let's get straight to the point. What is middleware in NextJS? In Next.js, middleware is a way to run certain code before a request is completed, just how the middleware concept of express.js works. It allows you to modify the request, response, or e...
abeer.hashnode.dev9 min read
Priya Raimagiya
Nice article!