How to Create a Responsive Tailwind Sidebar Layout in NextJS 12
Learn how to create a beautiful Responsive Tailwind Sidebar Layout from SCRATCH in NextJS. We'll also use Typescript to implement the components.
Read MoreLearn how to create a beautiful Responsive Tailwind Sidebar Layout from SCRATCH in NextJS. We'll also use Typescript to implement the components.
Read MoreLearn how to create a custom image loader in NextJS and avoid or reduce image optimization limitations in Vercel.
Read MoreLearn how to send a POST request to an external API in NextJS and find out how to avoid the CORS error.
Read MoreLearn how to submit form data to an API in NextJS without using external libraries like Formik and react-hook-form.
Read MoreLearn how to create a react multi-range slider easily by using react-slider and Tailwind CSS.
Read MoreLearn how to set up styled-components themes in NextJS when using 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 More