I'm new to rtk and rtk query , I'm using rtk query. I have two components I need the same data for each, I do not want to call the function twice in each component to get the same data, is there a way to only call it one time then for better performance? for example
I'm calling getCartItems
in one of those components but I need the same data in the nav bar component to get its count
so I don't want to send the same request again am I right ?