Ultimate Guide on How to Add React-Bootstrap to NextJS
Learn how to add react-bootstrap to an existing NextJS App and change the default theme 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 add SSR Cache (getServerSideProps) in NextJS.
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 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 MoreLearn how to get the user IP in NextJS, inside middleware, getServerSideProps, and API routes.
Read MoreLearn how to change the home page to not use index.tsx in a NextJS Application.
Read More