Inspecting vuex on Redux DevTools Extension / React Native Debugger
Inspecting vuex on Redux DevTools Extension / React Native Debugger
Due to I’m interesting for Vue Native
, it’s framework allowed using Vue on React Native, we can keep using React Native Debugger for that, this is good reason to make Vuex
running on Redux DevTools, so I simply made this:
The todo app example is based on
ankitsinghania94/vue-native-todo-app
$ yarn add vuex-remotedev
import remotedevPlugin from 'vuex-remotedev'
remotedevPlugin(store, options)
store
- A Vuex storeoptions
- Exposed options used for connect API of redux-devtools-extension.$ yarn
$ yarn test
$ yarn build