Demo : https://gatsby-rn-blog.netlify.app/
Gatsby blog is using gatsby-transformer-remark
to render markdown files
- How to add
gatsby-transformer-remark
plugin to the app - How to render markdown files using the plugin
- How to create a slug for an every article (using
onCreateNode()
gatsby-node api) - How to programatically create a page (using
createPages()
gatsby-node api) - How to query using graphql