How to Prevent Image Caching in React.js and Next.js
Nov 19, 2023 · 2 min read · 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...
Join discussion

