nextjsHow Next.js Redirects WorkWe'll examine the concept of URL redirection in Next.js and how redirects work.Michael HungboMay 16, 2023
nextjsHow to Fetch Data in React with useSWRIntroduction to SWR and useSwr for Client-Side Data FetchingMichael HungboJanuary 3, 2023
nextjsNext.js 13 - What are the new features?Next.js 13 is out! Let's see the new features in this release.Michael HungboNovember 12, 2022
nextjsWhat is Next.js getInitialProps and getServerSideProps?We will deep dive into Next.js getInitialProps and getServerSideProps.Michael HungboOctober 31, 2022
nextjsHow to use Next.js API Routes?We will deep dive into Next.js API Routes with Dynamic Routes.Michael HungboOctober 5, 2022
nextjstypescriptA Guide for Next.js with TypeScriptWe will explain the entire process of how to use Next.js in TypeScriptMichael HungboSeptember 12, 2022
nextjsNext.js environment variablesWe will take a closer look at environment variables in Next.jsMichael HungboSeptember 7, 2022
nextjsIntroduction to Next.js Link component with examplesA guide for navigation between pages using Next.js LinkMichael HungboSeptember 4, 2022
material-uireactrefineUsing Material UI DataGrid component with refine appHow to use Material UI DataGrid component with refine apps?Michael HungboAugust 23, 2022
nextjsNextjs image optimization with examplesBuilt-in image optimization using next image componentMichael HungboAugust 17, 2022