TutorialsDEC 10, 2024Next.js environment variablesWe will take a closer look at environment variables in Next.js
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.
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
TutorialsMAY 29, 2024Introduction to Next.js Link component with examplesA guide for navigation between pages using Next.js Link
TutorialsOCT 31, 2022What is Next.js getInitialProps and getServerSideProps?We will deep dive into Next.js getInitialProps and getServerSideProps.
IntegrationsAUG 23, 2022Using Material UI DataGrid component with Refine appHow to use Material UI DataGrid component with Refine apps?