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.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
It will show these beautiful tags in each posts.
Each posts
This completes part-11 of the series.
You can find the code for the same in this github repo.