Popeating
Next.js Middleware: How it Works and 5 Real Use Cases
Since v. 12.0.0 (stable from 12.2.0), Next.js added Middleware. Middleware (as it is in many other frameworks) is a way to intercept the user's request before it reaches the actual page. Put simply…
Nextjs
Advanced Page Transitions in Next.js with Router Events and GSAP
NextjsReactGsap