Investigate the `retry` option
posva opened this issue · 2 comments
posva commented
- Find real-case scenarios where this is used to evaluate how important this feature is
- Ideally should be tree shakable (a plugin)
posva commented
With further research, this can be implemented as a Pinia plugin, 100% tree shakable. I made sure it was possible by implementing it as an exercise in https://masteringpinia.com/lessons/exercise-action-retrying 😆
posva commented
This will be released as a plugin (plugins/retry)