가수면
[React Query] isFetching vs isLoding 본문
isFetching
비동기 작업 처리 중
isLoding
isFetching 중이고 표시할 데이터도 없는 상태 (리액트 쿼리에선 만든 적이 없다는 의미이기도 함)
단, stale인 상태일 때가 아닌 데이터가 최신 상태일 때(staleTime이 만료되지 않았을 때)는 isFetching 이 표시되지 않음
'React > 라이브러리' 카테고리의 다른 글
ApexCharts (0) | 2023.01.09 |
---|---|
[React Query] useMutation (0) | 2023.01.06 |
[React Query] useQuery (0) | 2023.01.06 |
리액트 훅 폼 (useForm) (0) | 2023.01.03 |
[Styled Components] Styled Components 심화 (0) | 2022.12.19 |
Comments