Skip to content

Instantly share code, notes, and snippets.

@aykutyaman
Created August 23, 2016 13:27
Show Gist options
  • Save aykutyaman/3ee7859a0b2b9ec6ca4f8f055f061432 to your computer and use it in GitHub Desktop.
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
<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