๋ผ์ด๋ธ๋ฌ๋ฆฌ - TanStack Query(React Query)
ยท
๐ ๋ผ์ด๋ธ๋ฌ๋ฆฌ
โ
์ค์นnpm i @tanstack/react-querynpm i @tanstack/react-query-devtools(๊ฐ๋ฐ์ ๋๊ตฌ) https://tanstack.com/query/latest/docs/framework/react/quick-start Quick Start | TanStack Query React DocsThis code snippet very briefly illustrates the 3 core concepts of React Query:tanstack.com โ
Usage const { isLoading: nowPlayingLoading, data: nowPlayingData } = useQuery({ queryKey: ["nowPlaying"], queryFn: ..