We used @redux-devtools/app and made the API same with Redux DevTools Extension.
If you've enabled Debug JS remotely
with React Native Debugger, the following API is already included in global:
window.__REDUX_DEVTOOLS_EXTENSION__
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__
window.__REDUX_DEVTOOLS_EXTENSION__.connect
- You can just use
redux-devtools-extension
npm package.
See also:
- [Redux DevTools main repository]](https://github.com/reduxjs/redux-devtools/blob/main/README.md)
- API Reference
- Troubleshooting
- Other Integrations
mobx-state-tree
- UseconnectReduxDevtools
middleware.
You can ignore the things specified by the browser extension.
- The debugger app might be slowed down if you enabled the
trace
feature and visited theTrace
tab, because it will load and parse the source map for every selected action.