You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const selector4 = createSelector(
selector2,
selector3,
(key, type) => {
// how can I use selector1 here?
// basically, I wanna use key and type as cache keys to skip calling selector1 if they remain the same as previous call
// what would be the best way to do it?
}
)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I was wondering what's the best practice to handle the following case
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions