Fetch data only once
Unanswered
Indian mackerel posted this in #help-forum
Indian mackerelOP
I have a page that at build time needs to fetch some data
- post data for every page
- data that is common to every post
how do i fetch the common data only once and not for every page?
- post data for every page
- data that is common to every post
how do i fetch the common data only once and not for every page?
1 Reply
Steller's Eider
If you’re using app dir it will do that automatically: https://nextjs.org/docs/app/building-your-application/data-fetching/caching
If you’re using pages it’s not possible.
If you’re using pages it’s not possible.