Ultimate Guide: How to Setup Multiple Layouts in NextJS (Typescript)
Learn how to implement multiple layouts in NextJS in different parts of an application with Typescript.
Read MoreLearn how to implement multiple layouts in NextJS in different parts of an application with Typescript.
Read MoreLearn how to setup multiple custom themes in a NextJS project with a react-bootstrap UI using sass.
Read MoreIn this tutorial, you'll learn how to add SSR Cache (getServerSideProps) in NextJS.
Read MoreIn this tutorial, you'll learn how to create a custom Formik select component using HeadlessUI, DaisyUI, and TailwindCSS.
Read MoreIn this tutorial, you'll learn how to use react-select with Formik.
Read MoreIn this tutorial, you'll learn how to create a custom Formik Dropdown component using HeadlessUI, DaisyUI, and TailwindCSS.
Read MoreIn this tutorial, you'll learn how to simulate the user's IP address and country to test your application across different geographic locations.
Read MoreLearn how to set server-side cookies in NextJS. We'll set cookies in getServerSideProps, API routes, and middleware.
Read MoreIn this tutorial, you'll learn how to use a server-side redirect to prevent the flashing of content for unauthenticated users. We'll use NextJS Middleware along with the next-auth package for authentication.
Read MoreIn this tutorial, you'll learn how to redirect the user after signing in to NextJS.
Read MoreLearn how to remove query params in NextJS without refreshing the page.
Read MoreLearn how to get the user's country in NextJS when deploying on Vercel or any other platform. And then how to simulate the country to check for business logic for a NextJS Application
Read More