dustingetz / react-cursor

Immutable state for React.js
1.03k stars 50 forks source link

Readme is out of date #48

Closed dustingetz closed 8 years ago

dustingetz commented 9 years ago
dustingetz commented 9 years ago

Also docs to prevent #47

dustingetz commented 9 years ago

document #19

dustingetz commented 9 years ago

document https://github.com/dustingetz/react-cursor/issues/30

lijunle commented 9 years ago

document for mutation issue, may also related to #56 .

dustingetz commented 9 years ago

advantages over immutable-js and baobab:

1/ simpler types: use regular react state with plain old js data structures, 2/ simpler implementation - about 100 lines of code and tiny api, 3/ super easy to integrate with your existing large codebase already using react state

dustingetz commented 9 years ago

and https://github.com/mquan/cortex, are there others?