How to avoid duplicate API requests in vue 3, vuex with Axios?

Viewed 24

How to avoid duplicate API requests in vue 3, vuex with Axios ? I want to load API endpoint data the first time hit on the route. Then all data come will from the cache

0 Answers
Related