dustingetz / react-cursor

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

Replace underscore with lodash #15

Closed damassi closed 10 years ago

damassi commented 10 years ago

see https://github.com/dustingetz/react-cursor/issues/6

dustingetz commented 10 years ago

I don't want to replace one dependency with another - better to eliminate the dependency altogether. The three existing production apps that use this all use underscore or an underscore compatible build of lodash already, I don't want to break their upgrade path without strong cause. (I am no longer the maintainer of any of these three apps)

damassi commented 10 years ago

Totally understood :)