Relative Content

Tag Archive for rtk-queryreselect

RTK Query with createSelector

The bounty expires in 5 days. Answers to this question are eligible for a +300 reputation bounty. Joe is looking for an answer from a reputable source. Trying to use createSelector with RTK Query export const selectXX = createSelector( [ (state: IRootState) => state.xx.A (state: IRootState) => state.xx.B, ], (A, B):IViewerSpace[] => { if (A […]