Hacker News new | ask | show | jobs
by zalmoxis 3538 days ago
The extension can be used apart from Redux, with any architecture which handles the state. Just connect to it and send actions and states. There's an implementation for MobX [1], for Angular ngrx [2], for RethinkDB Horizon [3].

Here's a post with more details: https://medium.com/@zalmoxis/redux-devtools-without-redux-or...

Except Chrome, Firefox and Electron extensions, it can be used also remotely from React Native or even from the backend.

[1]: https://github.com/zalmoxisus/mobx-remotedev

[2]: https://github.com/ngrx/store-devtools

[3]: https://github.com/zalmoxisus/horizon-remotedev