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.
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
andremotedev-server
.