kuitos / axios-extensions

🍱 axios extensions lib, including throttle, cache, retry features etc...
MIT License
831 stars 49 forks source link

changing cached object issue #52

Closed mrctrzcinski closed 4 years ago

mrctrzcinski commented 5 years ago

Hi, if you have 2 components and one of them is doing some modification on retrieved data, modification is reflected in other component.

kuitos commented 5 years ago

you need to construct a cumtom cache and delete the special element in that cache while u do the modification, see https://github.com/kuitos/axios-extensions#more-advanced