Chartbuilder icon indicating copy to clipboard operation
Chartbuilder copied to clipboard

Go fully immutable and implement undo

Open yanofsky opened this issue 10 years ago • 1 comments

yanofsky avatar Jun 23 '15 04:06 yanofsky

Currently we are doing a lot of lodash.clone to make sure that chart state is not mutated outside of the Flux store. This is slow and easy to forget to do. Switching to an immutable data library eg immutable-js would solve this and make an "undo" feature really easy to implement.

nsonnad avatar Jun 26 '15 20:06 nsonnad