useQuery is a React Hook provided by the react-query library,
which allows for easy and efficient data fetching and caching.
useQuery 는 리액트 훅 인데, 라이브러리 이고, 쉽고 효과적으로 데이터를 보내고, 저장 할 수 있는 녀석이다.
useQuery automatically handles data caching and provides a range of other features, such as automatic refetching of data on mount or on specified intervals, polling for new data, and more.
use query 는 자동적으로 데이터를 캐싱하고, 다른 속성에 제공한다. 자동 데이터의 자동 재송신이나,
지정된 간격으로 새로운 데이터를 조사한다.
'Front > React' 카테고리의 다른 글
[React] React CSS 스타일 (0) | 2023.04.04 |
---|---|
[React] The request was rejected because the URL contained a potentially malicious String "//" (0) | 2023.03.22 |
[React] Data Select (0) | 2023.03.03 |
[React] How to straighten React pagination (0) | 2023.02.27 |
[React] React <></> Usage (0) | 2023.02.27 |