Understanding GraphQL Fragments in Gatsby

Note: This note is part of learning Gatsby series and still in development. This note is not complete and will be updated frequently. GraphQL query may contains query definitions and fragments. Fragments are selection of query definitions that can be re-used in multiple operations. The concept of query fragments is “to split complicated application data […]

Writing Beginner Contents

Writer Lev Grossman’s advice for aspiring writer is “Write write write. Writing is a craft not a gift. You have to practice“. Writing content for beginners’ appears to be hard even for accomplished writers. In a recent tweet, Rachel Andrew wrote that writing beginner content is really hard and that’s why very few people write. […]

Using React Context API in Gatsby site

Note: This post is part 3 of three-parts Understanding react hooks post series. This learning post is still in active development and updated regularly. In the previous learning posts, part 1 & part 2 in this learning series an overview of three basic react hooks, and  of using UseStaticQuery hooks in a Gatsby Site were […]