Decoupling your CMS with NextJS

Decoupling your CMS with NextJS

We explored how to decouple a traditional content management system (CMS) using Next.js to build a modern, lightning-fast front-end application.

We will dive into the technical implementations of:

  • fetching data via GraphQL and REST APIs
  • Authentication with the CMS to gate or edit content
  • look at the “when and how” to Prebuild (SSG/ISR) for SEO and speed, and when to Actively Fetch (SSR/CSR) for dynamic or personalized data

PHP/JSTek Site

Slides here