Nextjs
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…
React and Next.js is DEAD — Something New is (Finally) Replacing It (For Good)
Is this the beginning of the next revolution for JavaScript Framework? Apparently, YES!
Advanced Page Transitions in Next.js with Router Events and GSAP
How to Use Environment Variables in Next.js
Take a look at how to use environment variables in Next.js.
How To Get Props Types in Next.js and TypeScript
Avoid boilerplate code with InferGetServerSidePropsType and InferGetStaticPropsType and Automatically Infer the Types for Your Page Component Props
How To Keep Component State Across Pages in Next.js
Using the session storage & useLayoutEffect
Create a Custom Sign-in Page with NextAuth.js
How to create a custom sign-in page with NextAuth.js
How to Add a Custom Google Font to a Next.js and Tailwind CSS App
Choosing the right font is an essential part of any design. The font you choose can have a huge impact on the message, voice, and feeling of your website or application. In this article, we will take…