nextjsIntroduction to Next.js Link component with examplesA guide for navigation between pages using Next.js LinkMay 29, 2024
reactnextjsNext.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.February 2, 2024
nextjsNext.js 13.4's Server Actions and Data FetchingWe'll delve into the Next.js alpha feature Server actions and data fetching techniques.May 29, 2023
nextjsHow Next.js Redirects WorkWe'll examine the concept of URL redirection in Next.js and how redirects work.May 16, 2023
nextjsHow to Fetch Data in React with useSWRIntroduction to SWR and useSwr for Client-Side Data FetchingJanuary 3, 2023
nextjsdev-toolsWhat is Turborepo and Why Should You Care?The advantages of using Turborepo for monorepo development.November 13, 2022
nextjsNext.js 13 - What are the new features?Next.js 13 is out! Let's see the new features in this release.November 12, 2022
nextjsWhat is Next.js getInitialProps and getServerSideProps?We will deep dive into Next.js getInitialProps and getServerSideProps.October 31, 2022
nextjsHow to use Next.js API Routes?We will deep dive into Next.js API Routes with Dynamic Routes.October 5, 2022
nextjstypescriptA Guide for Next.js with TypeScriptWe will explain the entire process of how to use Next.js in TypeScriptSeptember 12, 2022
nextjstutorialRefineBuild 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!September 11, 2022
nextjsNext.js environment variablesWe will take a closer look at environment variables in Next.jsSeptember 7, 2022