Delete Node Modules Like a PRO

You might have heard the joke that node_modules is the heaviest object in the universe. So node modules are good or bad, I do not know maybe it’s…

Using Sonner Toast in Next Js / React

Sonner is an excellent React component for displaying Toast messages in Next.js or React.js apps. While there are similar packages like React Toastify that also facilitate the display…

ant desing react tutorend

How to Use Ant Design in React

Ant Design is a popular React UI library that provides a set of high-quality components and design guidelines for building modern and responsive web applications. While it’s most…

Scroll Progress Bar in Next js /React

A scroll progress bar is a visual indicator that shows how far a user has scrolled down a web page. In this tutorial, we are going to create…

Use Modal in React / Next js with react-modal component

Modals or PopUps are a great way to show some urgent and important information when a user visits a website, I have implemented a custom Modal using my…

Carousel in React/Nextjs with react-responsive-carousel

Carousels are very common elements used on websites to show sliding cards you can see below Carousels can have different styles, layouts, sizes, and behaviors like autoscrolling and…

Create Tabs in React or Next JS with react-tabs

Tabs are a common UI element used in web development to organize content and present it in a structured and user-friendly way. In React it becomes very easy…

React Headroom Tutorend

Sticky/ Dynamic Navbar by Using react-headroom

You must have seen Navbars on some websites that hide and show when you scroll a little bit, that’s called Sticky or Dynamic Navbar. You can implement this…

Placeholder Images For Your Website using Picsum

When we are developing or designing our website, we may need to find some placeholder images to put on our website until the actual image is ready. There…