I have 4 tabs in my app. Each time i go from tab A...
# compose
j
I have 4 tabs in my app. Each time i go from tab A to B and return to tab A it refetch data . How to prevent it?
r
You can hoist the state(your data) of your tabs to a higher level composable so as to avoid needing to refetch it.