meteor / react-packages

Meteor packages for a great React developer experience
http://guide.meteor.com/react.html
Other
573 stars 158 forks source link

Updating props in place is not compatible with Redux `connect` #187

Closed stubailo closed 8 years ago

stubailo commented 8 years ago

Since react-redux uses a shallow comparison of props to check if they have changed, which more or less assumes that they are immutable-ish. Pretty reasonable and convenient assumption to avoid diffing, I would support creating a new props object rather than updating an object in place.