This repository demonstrates how to add a Redux devtools for use in an OpenFin development environment. The project consists of an OpenFin application running React | Redux application that leverages redux-devtools monitors which wrap the redux-devtools ui/monitors in React Components that are rendered in the running OpenFin React App
hadouken-js-adapter: used in this case to launch our OpenFin Application programmatically, learn more about thejs-adapterherectrl+h: hide and show devtools,
ctrl+m: change monitor view,
redux-logger: logs each dispatchedactionin chrome devtools
webpack: hot module reloading (hmr), dev-server
git clone https://github.com/adam-saland/of-react-devtools.gitcd | chdir of-react-devtoolsnpm i | installnpm run start
Please enter an issue in the repo for any questions or problems. Alternatively, please contact us at [email protected]


