Posts tagged with
nextjs
Next.js vs React - A Beginner's Guide
We briefly run through the innovation driven differences between React and Next.js in rendering behavior, routing, data fetching, backend API development and app configuration.
Next.js 13.4's Server Actions and Data Fetching
We'll delve into the Next.js alpha feature Server actions and data fetching techniques.
How Next.js Redirects Work
We'll examine the concept of URL redirection in Next.js and how redirects work.
How to Fetch Data in React with useSWR
Introduction to SWR and useSwr for Client-Side Data Fetching
What is Turborepo and Why Should You Care?
The advantages of using Turborepo for monorepo development.
Build a Progressive Web App (PWA) with Next.js
We will walk you through the entire process of building a PWA using Next.JS and Refine framework, from start to finish!
NextAuth - Google And GitHub Authentications for Nextjs
How to implement Google and GitHub authentications using NextAuth.js in Next.js?
A Guide for Next.js with TypeScript
We will explain the entire process of how to use Next.js in TypeScript
Nextjs image optimization with examples
Built-in image optimization using the next image component
Introduction to Next.js Link component with examples
A guide for navigation between pages using Next.js Link