Display Reading Time for Gatsby Blog Posts Using gatsby-transformer-remark

InstructorMonica Powell

Share this video with your friends

Send Tweet

When maintaining a blog in Gatsby you might want to give readers heads up of approximately how much time is required to read a post. This lesson will walk through how to get the estimated reading time for each post. We'll examine the Gatsby GraphQL playground to see what data is available from gatsby-transformer-remark and write a GraphQL query to retrieve the estimated reading time for a given post.