Why Your UI Won’t Update: Debugging Stale Data and Caching in React Apps
Your UI doesn’t “randomly” refuse to update. In most cases, it’s rendering cached data, which is data that was saved somewhere so the app doesn’t have to do...
Oluwadamisi Samuel - freecodecamp