React Components, Elements, and Instances
React Components, Elements, and Instances 을 읽고 제가 이해한 내용을 정리합니다.
2024 05 19
React Components, Elements, and Instances
React Components, Elements, and Instances 을 읽고 제가 이해한 내용을 정리합니다.
2023 05 13
fetchQuery vs prefetchQuery (React-Query 리액트 쿼리)
Next.js 에서 리액트 쿼리를 활용해서 서버 사이드 렌더링 시점에 데이터를 프리 패칭할 수 있다. 프리 패칭하고 캐시한 데이터가 있으면 사용자의 대기 시간을 줄일 수 있다.