
โ ์ค์น
npm i @tanstack/react-query
npm i @tanstack/react-query-devtools
(๊ฐ๋ฐ์ ๋๊ตฌ)
https://tanstack.com/query/latest/docs/framework/react/quick-start
Quick Start | TanStack Query React Docs
This code snippet very briefly illustrates the 3 core concepts of React Query:
tanstack.com
โ Usage
const { isLoading: nowPlayingLoading, data: nowPlayingData } = useQuery({
queryKey: ["nowPlaying"],
queryFn: moviesApi.nowPlaying,
});'๐ ๋ผ์ด๋ธ๋ฌ๋ฆฌ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
| ๋ผ์ด๋ธ๋ฌ๋ฆฌ - Victory Native (0) | 2026.02.26 |
|---|---|
| ๋ผ์ด๋ธ๋ฌ๋ฆฌ - Realm (0) | 2026.02.24 |
| ๋ผ์ด๋ธ๋ฌ๋ฆฌ - Zod (0) | 2025.12.03 |
| ๋ผ์ด๋ธ๋ฌ๋ฆฌ - SWR (0) | 2025.07.05 |
| ๋ผ์ด๋ธ๋ฌ๋ฆฌ - NextAuth (0) | 2025.07.04 |