|
|
|
|
|
by pedalpete
3258 days ago
|
|
If was my understanding that if a component has a prop which changes, even if that prop is passed down the tree, the component will still update. This is one way I use redux, the connector watches for changes in state and then updates the component directly, rather than passing props down the tree. |
|