함수형 컴포넌트에서 사용하는 생명주기 메서드componentDidMount, componentDidUpdate, componentWillUnmount와 같은 라이프사이클 훅을 대체할 수 있다렌더링이 완료되었을 때 작동하는 경우 (componentDidMount & co
useQuery(고유 키, 함수)refetching, caching, sharing 때 사용isLoading, isError(props: error), isSuccess(props: data) 상태값을 가진다status===loading, status===error로