Skip to content

Commit

Permalink
fix(docs): Fix link to graphql docs (#21008)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancas Horia committed Jan 30, 2020
1 parent 0406b97 commit ef59c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/using-gatsby-without-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Using Gatsby's data layer provides the following benefits:
- Improves performance by removing data bloat — GraphQL is a big part of why Gatsby is so fast as it enables lazy-loading the exact data in the exact form each view needs
- Enables you to take advantage of hot reloading when developing; For example, in this post's example "Pokémon" site, if you wanted to add a "see other pokémon" section to the pokémon detail view, you would need to change your `gatsby-node.js` to pass all pokémon to the page, and restart the dev server. In contrast, when using queries, you can add a query and it will hot reload.

> Learn more about [GraphQL in Gatsby](/docs/querying-with-graphql/).
> Learn more about [GraphQL in Gatsby](/docs/graphql/).
Working outside of the data layer also means foregoing the optimizations provided by transformer plugins, like:

Expand Down

0 comments on commit ef59c5d

Please sign in to comment.