Why I need preFetch ?
As my understanding, if I can use preFetch , that means I also can use useQuery to fetch data ? If both of them have same functions keys and params.
I think one of the benefit is preFetch won't return value, so we don't need to save it in variable first. May I correct
0 Replies