Closed jameshopkins closed 8 years ago
@leebyron Would be interested to get your thoughts on the approach I've taken, when you have some time.
I didn't give it a super close read, but from the overall approach this looks quite solid. I much prefer this style of cursored-atom to what Immutable.js is doing today.
Fixes https://github.com/redbadger/immutable-cursor/issues/5
Immutability within cursors introduces more of a dependency on render cycles to create new derived cursors with updated sub-atoms.
TODO
js-atom
with an implementation whose interface allows for a) external persistence, b) managing serialisation of nested updates.