Outline

Without a doubt this is the most intense tutorial in my Up and Running with Gatsby series, but it's also where we really see the power of Gatsby.

We started by adding gatsby-plugin-mdx and building a custom layout. We then dove deep into Gatsby's page creation APIs in order to create a slug and a page for each events page. Once that was working, we created an index of our five next events ordered by date descending.

The great news is that, once you've learned this stuff, you can use these concepts over and over again.

Our sample application is looking a little drab, though. In the next tutorial, let's learn how to use images in Gatsby!

 

I finished! On to the next tutorial