October 2019
Intermediate to advanced
426 pages
11h 49m
English
When defining selectors as we have done until now, a new instance of the selector is created every time the component is rendered. This is fine, if the selector function does not do any complex operations and does not maintain internal state. Otherwise, we need to use reusable selectors, which we are going to learn about now.
Read now
Unlock full access