zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.81k stars 139 forks source link

Don't affect the app's performance when not monitored #20

Closed zalmoxisus closed 8 years ago

zalmoxisus commented 8 years ago

Similarly to https://github.com/zalmoxisus/redux-devtools-extension/pull/72, remote-redux-devtools can affect the app's performance dramatically due to serializing big amounts of data. So, we want to do it only when needed, as developers usually don't monitor the app all the time.

It also requires changes in remotedev-app and remotedev-server.