You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just starting out with React and Redux and am questioning one of my first implementations in which I connect redux to a root component but for some high level components that sit right under the router I would rather make these smart components as well. Is it advisable or even intended to have multiple components within a single path in the component ownership hierarchy connected directly via a call to connect? Perhaps it is what is intended but for some reason it feels wrong to me like I'm overwriting some inherited context.
The text was updated successfully, but these errors were encountered:
jpierson
changed the title
Connecting multiple components in an component ownership hierarchy, is it advisable?
Connecting multiple components in a component ownership hierarchy, is it advisable?
Oct 28, 2015
I'm just starting out with React and Redux and am questioning one of my first implementations in which I connect redux to a root component but for some high level components that sit right under the router I would rather make these smart components as well. Is it advisable or even intended to have multiple components within a single path in the component ownership hierarchy connected directly via a call to connect? Perhaps it is what is intended but for some reason it feels wrong to me like I'm overwriting some inherited context.
The text was updated successfully, but these errors were encountered: