Skip to content

Fixes ( includes performance update for redux-persist)

Marcus Oskarsson requested to merge gh-90c8a939/339/bolmsten/master into master

Created by: bolmsten

This will be the first out of several small PR's focusing on bug fixing and performance.

By breaking done reducers into smaller pieces code by comes more manageable and we can blacklist things that should not be updated by redux-persist. This includes points that are already sent out on the socketIO.

Merge request reports