Skip to content

Instantly share code, notes, and snippets.

@goatslacker
Created April 26, 2015 10:33
Show Gist options
  • Save goatslacker/4e749265a1eb4657a006 to your computer and use it in GitHub Desktop.
Save goatslacker/4e749265a1eb4657a006 to your computer and use it in GitHub Desktop.
<App>
<AltContainer store={CustomerStore}>
<Customer />
</AltContainer>
<section>
<h1>Selected Address</h1>
<div>
<div>
<AltContainer store={CustomerStore} inject={{
address: props => props.address
}}>
<Address />
</AltContainer>
</div>
</div>
</section>
</App>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment