[next] Data Fetching

sudyn·2024년 8월 7일
0

next.js

목록 보기
4/4

Data Fetching, Caching, and Revalidating

Data fetching is a core part of any application. This page goes through how you can fetch, cache, and revalidate data in React and Next.js.

There are four ways you can fetch data:

On the server, with fetch
On the server, with third-party libraries
On the client, via a Route Handler
On the client, with third-party libraries.

profile
개발계발하는 프론트엔드 개발자🍠

0개의 댓글