Posts
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
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
Next.js 13 - What are the new features?
Next.js 13 is out! Let's see the new features in this release.
What is Next.js getInitialProps and getServerSideProps?
We will deep dive into Next.js getInitialProps and getServerSideProps.
Using Material UI DataGrid component with Refine app
How to use Material UI DataGrid component with Refine apps?