May 13, 2022April 20, 2024 1 Comment Make Header and Footer APIs Load Once in a Next.js 12 App with getServerSideProps Next.js If we are using getServerSideProps in Next.js 12 for data fetching, it will call all the APIs for a single page including the header and footer APIs. But in most cases, we only need to call the header and footer APIs once when we are […]