Closed VitorLuizC closed 5 years ago
CC: @superwf and @wcxaa
I think its better to let user retry then to always return a rejection when rejected by network errors .
@wcxaa totally agree, seems pretty smart to cache only resolved promises.
@superwf If you agree I can make the PR with this change, but it have to be a breaking change and we need to bump to version 2.
@VitorLuizC just do what you could to make it better. In this year my team change to use react for company jobs and I did not use vue for more than a year. So I am glad to accept suggestion from real vue user. Would you like to be a collaborator of this repo?
@superwf I really like this project and it'll would be such nice!
Cache promise rejections is a common question (#7, #16), and I believe we need to discuss if we need cache actions errors or dismiss them?
Pros
vue-cache
rejections on our stores is undesirable behavior;Cons