Colada - Time-travel debugging devtools for Pinia (Vue.js)
by•
Colada offers a suite of tools for Vue developers working with Pinia state management:
- Chrome DevTool Extension
- NPM package that serves as a plugin for the Vue.js DevTools Chrome Extension
- Pinia🍍 plugin to directly access and mutate your app's store
Replies
Best
Maker
Introducing Colada! Time-travel debugging for Pinia, Vue's official state management library.
Noticing a lack of time-travel debugging capability within the existing Pinia/Vue devtools, our team decided to implement this functionality in a stand-alone Chrome Extension, as well as a plugin for the existing Vue.js DevTools Chrome Extension.
You can install the Colada plugin in your Vue-Pinia application, and click on nodes representing store changes to dynamically change the state of the app back to previous snapshots, improving the debugging process for Vue-Pinia apps with complex state changes.
Check us out, and we would love to hear your feedback! https://colada.dev/
Replies