redux-zero / redux-zero

A lightweight state container based on Redux

Home Page:https://matheusml1.gitbooks.io/redux-zero-docs/content/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Dev Tools Middleware?

Mando75 opened this issue · comments

Hey guys, I just was playing around with Redux-Zero in Vue for the first time. I have everything working, and I'm strongly considering using it in my next project. The biggest thing that is holding me back is the fact that I cannot inspect the Redux-Zero state the Vue Dev Tools (in Chrome).
I tripped me up at first, because the store is prototyped on the Vue instance, but the Dev Tools don't detect any reactive state.

I saw the section in the Readme about the Redux dev tools middleware. Is there such a middleware for the Vue Dev tools? If not, is there another way to inspect the state?

Thanks!

Hi @Mando75,

unfortunately we do not have DevTools for Vue. But I would be more than happy to accept a PR adding this.