Created
August 23, 2016 13:27
-
-
Save aykutyaman/3ee7859a0b2b9ec6ca4f8f055f061432 to your computer and use it in GitHub Desktop.
refactor out <ul> into its own subcomponent that takes in this.props.items, and only update if this.props.items changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<CustomList items={this.props.items} /> | |
<ComplexForm props={this.props.complexFormProps} /> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment