What is the best way to select filters from recently made RTK request. #2427
Answered
by
phryneas
AleksandrukTad
asked this question in
Q&A
-
Hey, The easiest example that comes to my mind is do something like that: or to make it more reusable use createSelector. Is there any other easier way to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
phryneas
Jun 20, 2022
Replies: 1 comment
-
No. I would suggest saving those filters into a custom slice if you need them in multiple places. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AleksandrukTad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No. I would suggest saving those filters into a custom slice if you need them in multiple places.