Return value from the selector
.
Redux state definition.
Selector function either returned by createSelector
or a simple state accessor.
Additional args to pass to selector.
An object with a reactive value
property that represents the return
value of the specified selector
.
Creates an object with a
value
property which contains the current value of the specifiedselector
.