Company
Date Published
March 12, 2024
Author
Paul Bratslavsky
Word count
2959
Language
English
Hacker News points
None

Summary

In this tutorial, we begin building a home page using Next.js and Strapi. We create a Hero Component and Features Component using Dynamic Zone to allow Strapi admins to choose which components they want to use. We then fetch data from the Strapi API and build out those same components within our Next JS app. The goal is to display the Hero Section and Features Sections on our Next application.