back to all posts

My Coding Blog From Scratch Using Gatsby and MDX - 11

by Nabendu Biswas / February 25th, 2020

#gatsby #react #javascript
Series: Gatsby-mdx

Welcome to part-11 of the series. We will first add one thing in TagList.js file, which we missed in the previous section. We will be adding kebabCase from lodash, which is useful to create slug paths. It changes something like the web dev to the-web-dev.

TagList.jsTagList.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 show these beautiful tags in each posts.

Each postsEach posts

This completes part-11 of the series.

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

Nabendu Biswas