For CMS + Next.js developers
Integrate the erxes CMS with a Next.js application: environment setup, querying and mutating CMS data with Apollo Client, server- and client-side rendering, and migrating content from another CMS.
Guides
IntroductionWelcome to the CMS + Next.js Developer Guide!SetupSet up your development environment for CMS integration with Next.jsQueriesThis section provides an overview of how to query and mutate data in the Erxes CMS using Apollo Client in a Next.js application.SSR FetchingThis section provides an overview of how to implement server-side rendering (SSR) in a Next.js application using Apollo Client to fetch and display CMS data.CSR FetchingThis section explains the principles and benefits of client-side rendering in web applications.CMS MigrationThis section explains how to migrate content from an existing CMS to the Erxes CMS.
Was this helpful?