#nextjs
Read more stories on Hashnode
Articles with this tag
Writing clean, efficient, and maintainable code is a crucial aspect of software development. It enhances the readability and ensures smoother...
Picture this: you're typing in a search bar, and with every letter you type, a function is fired off. Now, what if you're typing really fast? Those...
We all know that UX plays a significant role in user retention. One way to improve UX is to show the application state updates through toast...
Introduction In web development, there are a lot of times when we have to store some user data on the browser storage to make our website more...
Introduction Today we'll work on creating a custom counter hook that encapsulates counter logic and allows us to build reusable and efficient...
Overview Today, many websites have Drag and Drop functionality whenever there are some items that need to be rearranged. It increases the user...