...

/

Connecting List Components

Connecting List Components

We'll cover the following...

Picking up where we left off, we can see that each of our main “panel” components are connected to Redux, as well as the TabBar component. However, none of the components within those panels are directly connected. Instead, we’re passing data and action creators down as props from each panel to its children. It’s perfectly fine to only have a few connected components, but as an app grows, this can become a pain point.

The Redux FAQ covers this ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy