pioneers / dawn-v0

(archived; now in PiECentral) Dawn is a cross-platform frontend for the Pioneers in Engineering robotics control system.
https://pioneers.berkeley.edu
4 stars 33 forks source link

Make everything in stores immutable #234

Closed AllanYangZhou closed 8 years ago

AllanYangZhou commented 8 years ago

Currently some of the data in our stores are mutable (like Gamepads) are mutable and should be made immutable with ImmutableJS. ConsoleData in RobotInfoStore.js has already been converted, and can be used as an example.