<BigApp>
component) that embeds smaller “sub-apps” (contained in <SubApp>
components):<SubApp>
s will be completely independent. They won't share data or actions, and won't see or communicate with each other.<Provider>
and be done with it.ReactDOM.render(<Provider><App /></Provider>)
if we're interested in hiding the fact that the sub-app component is a Redux app.