Nextjs


How to Use Environment Variables in Next.js

How to Use Environment Variables in Next.js

Take a look at how to use environment variables in Next.js.

NextjsEnvironment-variablesReact
How To Get Props Types in Next.js and TypeScript

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

TypescriptNextjsReact
How To Keep Component State Across Pages in Next.js

How To Keep Component State Across Pages in Next.js

Using the session storage & useLayoutEffect

NextjsReactJavascript
Create a Custom Sign-in Page with NextAuth.js

Create a Custom Sign-in Page with NextAuth.js

How to create a custom sign-in page with NextAuth.js

NextjsNext-authAuthentication
How to Add a Custom Google Font to a Next.js and Tailwind CSS App

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…

Tailwind CssNextjsJavaScript
How to Cache API Calls in Next.js

How to Cache API Calls in Next.js

NextjsApiCache
Generate 10x traffic from Google using Programmatic SEO with Next.js

Generate 10x traffic from Google using Programmatic SEO with Next.js

SEOSaaSNext.js
Next.js — Handling Cookies in getServerSideProps

Next.js — Handling Cookies in getServerSideProps

NextjsCookiesAuthentication
Next.js With Sequelize Web Application, a Full-Stack Web Development

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.

NextjsSequelizeNodejs
How To Connect MySQL And Auth To A Next.js App

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.

NextjsMysqlAuthentication