Bao Nguyen
Results
1
comments of
Bao Nguyen
@kenyee I believe you can use [conditional fetching](https://codesandbox.io/s/github/reduxjs/redux-toolkit/tree/master/examples/query/react/conditional-fetching?from-embed=&file=/src/Pokemon.tsx:221-228) in rtk-query to achieve that. Something like: `{ skip: !auth.isAuthenticated }`?