createSelector

The createSelector utility from the Reselect library, re-exported for ease of use.

For more details on using createSelector, see:

Note: Prior to v0.7, RTK re-exported createSelector from selectorator, which allowed using string keypaths as input selectors. This was removed, as it ultimately did not provide enough benefits, and the string keypaths made static typing for selectors difficult.