Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question: does gatsby still render a page if its data dependencies are unchanged? #3137

Closed
r1b opened this issue Dec 6, 2017 · 1 comment · May be fixed by danielres/gatsby#1
Closed

question: does gatsby still render a page if its data dependencies are unchanged? #3137

r1b opened this issue Dec 6, 2017 · 1 comment · May be fixed by danielres/gatsby#1
Labels
type: question or discussion Issue discussing or asking a question about Gatsby

Comments

@r1b
Copy link
Contributor

r1b commented Dec 6, 2017

I am curious if gatsby can do incremental builds. Lets say I have a page that depends on some set of nodes. If gatsby can determine that none of the data dependencies have changed will it still attempt to render the page again?

@fk fk added the type: question or discussion Issue discussing or asking a question about Gatsby label Dec 6, 2017
@calcsam
Copy link
Contributor

calcsam commented Dec 6, 2017

Currently Gatsby does incremental builds in development, for example while using gatsby-source-filesystem it will hot reload when you change any markdown file that is being pulled in. However there is no ability to do data dependency diffing in production -- it does full rebuilds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question or discussion Issue discussing or asking a question about Gatsby
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants