Nextjs
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…
How to Cache API Calls in Next.js
Generate 10x traffic from Google using Programmatic SEO with Next.js
Next.js — Handling Cookies in getServerSideProps
Next.js With Sequelize Web Application, a Full-Stack Web Development
Next.js has become more advance and cutting edge to developers for use as a Full-Stack web Application. The community and people behind Vercel have done a great job on Next.js future.
How To Connect MySQL And Auth To A Next.js App
Today, we will connect our Next.js app to MySQL database and develop an authentication feature.