You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
dbrans
changed the title
Q: Should ConnectionDecorator::shouldComponentUpdate consider changes in state slice?
Q: Should ConnectorDecorator::shouldComponentUpdate consider changes in state slice?
Aug 3, 2015
The changes to the state slice are currently handled by <Connector> it uses internally. <Connector> is going away (see issue #1 and #16) so this will be more obvious soon.
ConnectorDecorator::shouldComponentUpdate only looks at
this.props
. What if the result ofselect(state, this.props)
has changed?https://github.com/gaearon/react-redux/blob/52a280162c220d4ecf1ce826f9dcc423231e8c8b/src/components/createConnectDecorator.js#L13
The text was updated successfully, but these errors were encountered: