Retrieves Sobject data and caches it to SmartStore and updates child components.
See Dreamhouse App for sample code
Import statement:
import { SobjContainer } from 'react.force.datacontainer';SobjContainer component JSX code:
<SobjContainer id={accountId} type='Account'>
<YourComponent />
</SobjContainer>