RTK를 사용하고 있다면 'reselect'를 설치하지 않아도 되네요
353
0
https://github.com/reduxjs/reselect
Redux Toolkit
While Reselect is not exclusive to Redux, it is already included by default in the official Redux Toolkit package - no further installation needed.
import { createSelector } from '@reduxjs/toolkit'
답변 0





