Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Components with a strict shouldComponentUpdate() in the middle are not updated #25

Closed
gaearon opened this issue Sep 16, 2015 · 0 comments

Comments

@gaearon
Copy link
Owner

gaearon commented Sep 16, 2015

The getForceUpdate(instance) function that ships with React Proxy only updates the component provided to it, and does not update any component below it that returns false from shouldComponentUpdate(). This is especially problematic for React Native where many built-in components like ListView are very optimized, and hot reloading parents seems to have no effects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant