back to all posts

My Coding Blog From Scratch Using Gatsby and MDX - 7

by Nabendu Biswas / February 21st, 2020

#gatsby #react #javascript
Series: Gatsby-mdx

Welcome to part-7 of the series. Let’s start from where we left. We will update our PostList.js to use the props which were passed to it.

PostList.jsPostList.js

Rest of the chapter is exclusive content and is from my book Foundation Gatsby Projects.

The book can be purchased from Apress site here

Foundation Gatsby Projects

It will look like below in small screens.

Small screenSmall screen

This completes part-7 of the series.

You can find the code for the same in this github repo.

Nabendu Biswas