Skip to content

Community plugins

This page lists third-party plugins built by the community.

Want your plugin listed here?

  • Add it to this page via a pull request
  • Include a short description, repository link, and npm link
  • Mention what it extends (queries, mutations, cache persistence, dev UX, …)

Naming and discoverability

Give it a clear name with the pinia-colada-plugin- prefix, and add the pinia-colada-plugin keyword to your package.json to help others find it.

Want to build your own plugin? See Writing plugins.

Recently Successful

Adds a recentlySuccessful ref to useMutation() results. It becomes true on success and automatically resets after a configurable duration.

Quick usage:

  • Register it in PiniaColada with plugins: [PiniaColadaRecentlySuccessfulPlugin()].
  • Use recentlySuccessful from useMutation().

Released under the MIT License.