Building Modern CMS Driven Web Applications with Next.js and Strapi
The "Building Modern CMS Driven Web Applications (v2)" course is designed for individuals who want to learn how to create web applications using a modern CMS-driven approach. This course focuses on adopting a Headless content architecture and utilizing Headless CMSs to power web applications. It covers various topics such as building content models with Strapi, fetching data from a Headless CMS, using React Server Components, setting up pagination, parsing and rendering content, connecting external services, deploying applications, setting up and using Strapi plugins, and transferring data between environments. The course assumes prior knowledge of React, Node, web concepts, Markdown, and CSS.
The "Building Modern CMS Driven Web Applications (v2)" course is a comprehensive resource for individuals looking to learn how to create web applications using a Headless CMS approach. It covers various important features and concepts such as content modeling, data fetching, React Server Components, pagination, parsing and rendering content, connecting external services, deploying applications, using Strapi plugins, and data transfer between environments. By following the installation guide, users can quickly set up their development environment and start building modern web applications.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.