How can I avoid prop drilling with a headless CMS? The context API I think hurts SEO
I want to use a headless CMO in my NextJs app (e.g. Sanity.io). The content is especially important for SEO. If I see it correctly, I can only receive the data on page-level via getStaticProps server-side to pre-render it that…