Do you need reselect’s createSelector with Redux Toolkit?
28 January 2024 (Updated 18 May 2025)
Only use the createSelector()
function if you need to derive state from your slice (e.g., you need to map over some items and transform them).
Sources/links
Tagged:
Redux