- Live refresh appState
- Ability to edit appState and have that pushed into browser
- Work nicely with page refreshes
- Ability to freeze appState updates
- Fix bug where opening and closing dev panel adds more and more listeners without removing them
- Import / export appState button
This is a helper Chrome Extension for app-state. You need to install app-state v0.2.0-beta.2 or greater for it. Currently 0.2.0 is in beta (0.2.0-beta.X) on npm.
You can currently inspect and edit your appState and watch it update in real time
observing:
editing:
To install it:
-
initialize your singleton appstate with
devTools : true
:'use strict'; var state = require('app-state'); module.exports = state.init({ devTools : true });
-
go to your apps page and open the Chrome dev console