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

shouldComponentUpdate method for preserve components #17

Open
markuplab opened this issue Jul 18, 2016 · 0 comments
Open

shouldComponentUpdate method for preserve components #17

markuplab opened this issue Jul 18, 2016 · 0 comments

Comments

@markuplab
Copy link
Member

Example code:

class Component {
  shouldComponentUpdate () {
    return false;
  }
}

Sometimes component should be preserved during update components cycle.

@markuplab markuplab changed the title ShouldComponentUpdate method for preserve components shouldComponentUpdate method for preserve components Jul 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant