comprehensive-tomatoC
Refine2y ago
8 replies
comprehensive-tomato

useshow

hi
how I can refetch the data or to have real time update, it means I want when I do changes on the data I want to see it live or to reload the same page to see the new data
  const { queryResult } = useShow();
  const { data, isLoading, isError } = queryResult;
Was this page helpful?