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

Basic shallow rendering support (WIP) #2459

Closed
wants to merge 1 commit into from
Closed

Basic shallow rendering support (WIP) #2459

wants to merge 1 commit into from

Conversation

graue
Copy link
Contributor

@graue graue commented Nov 4, 2014

WIP to fix #2393. Doesn't yet support refs or updating. How's this for a first step?

WIP to fix #2393. Doesn't yet support refs or updating.
);
},

_arePropsEquivalent: function(props1, props2) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First condition in this case will be totaly ignored. May use every and condition after them?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks.

@graue
Copy link
Contributor Author

graue commented Nov 10, 2014

Closing as there will be a v2 on top of the changes to separate ReactClass / ReactCompositeComponent.

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

Successfully merging this pull request may close these issues.

Implement Shallow Testing
2 participants