redbadger / immutable-cursor

👊 Immutable cursors incorporating the Immutable.js interface over a Clojure-inspired atom
Other
59 stars 7 forks source link

Truly Immutable Cursors #9

Closed jameshopkins closed 8 years ago

jameshopkins commented 8 years ago

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

jameshopkins commented 8 years ago

@leebyron Would be interested to get your thoughts on the approach I've taken, when you have some time.

leebyron commented 8 years ago

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.