posva/pinia-colada

Investigate the `retry` option

posva opened this issue · 2 comments

  • Find real-case scenarios where this is used to evaluate how important this feature is
  • Ideally should be tree shakable (a plugin)

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 😆

This will be released as a plugin (plugins/retry)