illustration for Modern CMS Driven Web Applications with Strapi and Next 13
pro

Modern CMS Driven Web Applications with Strapi and Next 13

Instructor

Daniel Phiri

45m closed-captioning
·
20 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.5
41
people completed
Published 2 years ago
|
Updated 2 years ago

Developers aren’t the only ones working on sites.

Marketers, copywriters, designers, and other non-coding roles all need to be able to make content changes. If you don't want to be bothered to open a PR every time a typo needs fixed, you need a CMS.

And Strapi is an amazing CMS option.

Strapi helps you quickly build a robust content API. You can host it yourself, it supports both RESTful and GraphQL, handles your authentication, lets you bring team members and it's highly customizable with plugins and extensions.

You can take those gains even further by adding Next.js 13 to the stack.

Next.js is fast, supports both server and client-side rendering, and features dynamic routes. Once you are generating dynamic pages from your CMS you’ll see just how powerful the combination of Strapi and Next.js is!

In this course you will do the following:

  • Building Content Models with Strapi
  • Fetching Data from your Headless CMS
  • Using React Server Components
  • Using the Next.js App directory
  • Setting up pagination in Strapi and Next.js
  • Parsing and rendering content in your Next.js application
  • Connecting external services to your Headless CMS (like Cloudinary for Media Management)
  • Deploying your Next.js and Strapi Applications to a production environment
  • Setting up and using Strapi Plugins Transferring data between your Strapi environments

By the end of this course you’ll be building pages and managing your content like a pro!

Learner Reviews

  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Very good, explained all the features in a direct and precise way!

    Andre Ferreira
    9 months ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Going through the steps really fast saves a lot of time, especially for the seniors!

    Branimir Miljkovic
    a year ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    What could improve:

    • was hoping for more detail on client vs server components given the emphasis on it using "Next 13"
    • would prefer TS usage
    Learner
    2 years ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    I really enjoyed this tutorial. The pace was really good and I never felt like anything was over my head. I would have liked the option to deploy to other instances in addition to Heroku just to give me some options but maybe in another tutorial. I highly recommend this one if you're a fan of NextJS and/or Strapi.

    James
    2 years ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    it would be interesting to add a free option where you can upload strapi, heroku can no longer be used for testing. otherwise, very good course.

    Note: it would be nice to have the subtitles in English.

    Yan Arlex Vallejo
    2 years ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Quick and straightforward course.

    Learner
    2 years ago

Course Content

45m • 20 lessons

    You might also like these resources:

    illustration for Fundamental Next.js API and Patterns
    Lazar Nikolov • 1h 16m • Course

    Lazar takes you beyond just getting started, and will teach you everything you need to know about the fundamentals of Next.js.

    illustration for Effectively Build RESTful APIs using Next.js API Routes
    Alejandro Ñáñez • 20m • Course

    With this course, you will understand how to call handle different HTTP verbs in Next.js API Routes as well as learn how Next.js is a viable option to create RESTful APIs.