Read more in Guide > Features > Data Fetching.

    During server-side rendering, calling to fetch your internal will directly call the relevant function (emulating the request), saving an additional API call.

    🚧