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

Upgrade gatsby to v4 #102

Open
zasgar opened this issue Oct 24, 2021 · 2 comments · May be fixed by #218
Open

Upgrade gatsby to v4 #102

zasgar opened this issue Oct 24, 2021 · 2 comments · May be fixed by #218
Assignees

Comments

@zasgar
Copy link
Member

zasgar commented Oct 24, 2021

No description provided.

@NickLanam
Copy link
Member

Gatsby v4 release notes.

The rewards for upgrading include:

  • Parallel building of content. ~40% faster builds.
  • Server-side rendering! Takes some effort to enable.
  • Defer building infrequently-read pages until someone loads them (relies on SSR).
  • A silly number of bugfixes and performance improvements.

Gatsby's developers also prepared an upgrade guide. The highlights:

  • The final v3 release adds deprecation warnings to make it easier to transition in multiple steps.
  • There does not seem to be automated tooling to handle most of the changes.
  • Minimum node version updated (we already took care of this).
  • Several plugins and configurations deprecated; numerous signature changes.

@ddelnano
Copy link
Member

ddelnano commented Jun 8, 2023

This would also address #264.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants