How to Prevent Image Caching in React.js and Next.js
Several times when we are building an application we need to add user images such as profile pictures, thumbnails or any other image use-case. Here, in many cases when we replace an image with the same name, the browser still picks up the old one.
Bu...
kirtanchandak.hashnode.dev2 min read