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 add a Navbar in All Pages in NextJS 12
Read MoreLearn how to setup multiple custom themes in a NextJS project with a react-bootstrap UI using sass.
Read MoreLearn how to add react-bootstrap to an existing NextJS App and change the default theme using sass.
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 prevent scroll-to-top when using router.push or Link component.
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 add password protection to a static website. It will be useful if you have a website undergoing development or preview deployments hosted on Vercel.
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 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 MoreLearn how to get the user IP in NextJS, inside middleware, getServerSideProps, and API routes.
Read More