remote-redux-devtools

Redux DevTools remotely.

MIT License

Downloads
96.7K
Stars
1.8K
Committers
21

Bot releases are visible (Hide)

remote-redux-devtools - v0.1.1

Published by zalmoxisus over 8 years ago

  • Fix unhandled exceptions displaying the react native red exception screen (#8).
  • Update socketcluster-client to fix the reconnecting issue.
  • Use store.subscribe instead of reducers.
remote-redux-devtools - v0.1.0

Published by zalmoxisus over 8 years ago

Use remotedev-server as a bridge to the monitor app.

remote-redux-devtools - v0.0.9

Published by zalmoxisus over 8 years ago

  • The instance can be identified in the app monitor by providing name prop.
  • Sync the instance to have the same states as the other one (if required by the app).
  • Don't miss INIT action.
remote-redux-devtools - v0.0.8

Published by zalmoxisus almost 9 years ago

Support multiple instances.

remote-redux-devtools - v0.0.7

Published by zalmoxisus almost 9 years ago

  • Support simultaneous actions.
  • Prevent multiple channel watching.
remote-redux-devtools - v0.0.6

Published by zalmoxisus almost 9 years ago

Export as Node.js module (#3).

remote-redux-devtools - v0.0.5

Published by zalmoxisus almost 9 years ago

Optionally, use as a command line tool to run a local server for sockets (#1).

remote-redux-devtools - v0.0.4

Published by zalmoxisus almost 9 years ago

Initial public release. Relays lifted states and actions via sockets to the monitor app.