List data entries from Contentful in Gatsby

InstructorKhaled Garbaya

Share this video with your friends

Send Tweet

In this lesson, you will learn how to get a list of entries from Contentful and render it in a Gatsby website

Adrian Yong
~ 5 years ago

Is it me or is the code snippet at 01:58 missing a few lines?

Adrian Yong
~ 5 years ago

And where do we get the import Card from "../components/card" Card component from?

Khaled Garbayainstructor
~ 5 years ago

Hi Adrian, the card component is included in the project. It contains the markup and styles to render a lesson entry which was not the focus of the lesson