Definitive answers and clarification on the purpose and use cases for Context and Redux| Mark's Dev Blog
Connecting lists and forms, performance guidelines, editing features, and UI state| Mark's Dev Blog
Usage > mapState: options for reading state with connect| react-redux.js.org
In React, we don't update the DOM directly, we tell React what we want the DOM to look like, and React tackles the rest. But how exactly does it do this? In this tutorial, we'll unpack exactly when and why React re-renders, and how we can use this information to optimize the performance of our React apps.| www.joshwcomeau.com
A JavaScript library for building user interfaces| legacy.reactjs.org
A shorter look at how React rendering actually works| Mark's Dev Blog
Without using React.memo, PureComponent, or shouldComponentUpdate| kentcdodds.com
How to start optimizing your React app renders| kentcdodds.com