AI & InnovationMAR 6, 2025Vercel v0 - AI-Powered UI GeneratorLet's explore Vercel v0, an AI-powered UI generator that helps developers quickly scaffold UI elements.
TutorialsDEC 10, 2024Next.js environment variablesWe will take a closer look at environment variables in Next.js
AlternativesOCT 17, 2024Next.js vs React - A Beginner's GuideWe briefly run through the innovation driven differences between React and Next.js in rendering behavior, routing, data fetching, backend API development and app configuration.
EngineeringOCT 7, 2024An Intro to Server Components in ReactWe will discuss what React server components are as well as how to incorporate them into building applications.
TutorialsAUG 7, 2024Next.js 13.4's Server Actions and Data FetchingWe'll delve into the Next.js alpha feature Server actions and data fetching techniques.
TutorialsJUL 30, 2024How Next.js Redirects WorkWe'll examine the concept of URL redirection in Next.js and how redirects work.
IntegrationsJUL 19, 2024How to Fetch Data in React with useSWRIntroduction to SWR and useSwr for Client-Side Data Fetching
TutorialsJUL 3, 2024How to use Next.js API Routes?We will deep dive into Next.js API Routes with Dynamic Routes.
How To BuildJUN 25, 2024Build a Progressive Web App (PWA) with Next.jsWe will walk you through the entire process of building a PWA using Next.JS and Refine framework, from start to finish!
IntegrationsJUN 21, 2024NextAuth - Google And GitHub Authentications for NextjsHow to implement Google and GitHub authentications using NextAuth.js in Next.js?
TutorialsJUN 10, 2024A Guide for Next.js with TypeScriptWe will explain the entire process of how to use Next.js in TypeScript
TutorialsJUN 5, 2024Nextjs image optimization with examplesBuilt-in image optimization using the next image component