Skip to content
Discussion options

You must be logged in to vote

and in general what kind of optimizations are possible?

Some examples of what's possible:

  1. Declarative data requirements may help us to eventually switch to lazy sourcing mode (for develop and per-page builds). By analyzing your page query we can figure out which data this page needs before we actually have this data available in the local storage. Then we can ask source plugins to source data required for this page only (and postpone sourcing everything else).

  2. Someday we may have Gatsby GraphQL available as a remote service as well. In this case, all the network-related benefits of GraphQL will be also important.

  3. We can hook external GraphQL APIs into Gatsby schema and provide a u…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
8 replies
@herecydev
Comment options

@abaco
Comment options

@herecydev
Comment options

@abaco
Comment options

@herecydev
Comment options

Comment options

You must be logged in to vote
1 reply
@abaco
Comment options

Answer selected by abaco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants