Do you need reselect’s createSelector with Redux Toolkit?
28 January 2024 (Updated 28 January 2024)
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
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment