Blog / Topic
Next.js articles
5 posts on Next.js from the Mutual team.
GraphQL vs Element API for headless Craft CMS
Craft CMS excels as a headless CMS, but one question we've seen asked multiple times is whether you should use GraphQL or Element API (JSON). This guide talks through the pros and cons of both options, and introduces the third way.
Site Launch: The Global Rights Index
The team at Mutual recently unveiled their latest project, The Global Rights Index, created for the International Trade Union Confederation.
Force a Default Locale Sub-Folder with Next.js
Learn how to enforce a consistent URL structure where the default locale always includes an explicit path segment in Next.js.
Using Craft CMS Live Preview with Next.js
Learn how to integrate Craft CMS's Live Preview feature with a decoupled Next.js frontend for real-time editing previews.
Improve getServerSideProps Performance on Next.js
Learn how to use stale-while-revalidate cache strategy to make server-side rendered pages feel as responsive as static ones.