0.0.1 • Published 9 months ago

@pinia/colada-plugin-retry v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Retry failed queries or mutations with your Pinia Colada.

Installation

npm install @pinia/colada-plugin-retry

Usage

import { PiniaColadaRetry } from '@pinia/colada-plugin-retry'

// Pass the plugin to Pinia Colada options
app.use(PiniaColadaRetry, {
  // ...
  plugins: [
    PiniaColadaRetry({
      // Pinia Colada Retry options
    }),
  ],
})

You can customize the retry behavior individually for each query/mutation with the retry option:

// TODO:

License

MIT

0.0.1

9 months ago

0.0.0

9 months ago