A connected component will re-render whenever there is a state change. While we want state changes to update our UI, we don’t necessarily want every state change to render every UI component. In this lesson, we’ll use the connect function to connect components to their own specific pieces of the state tree to make our rendering more efficient.
Neat little trick there with console.log!
Great series Andrew, loved the console.log trick!
Question about connecting all components to the state tree: Wouldn't using a PureComponent or specifying shouldComponentUpdate accomplish the same thing?
I'm loving this course! Is so good!