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

feat(gatsby): add partial hydration #36485

Merged
merged 17 commits into from
Sep 21, 2022
Merged

Conversation

wardpeet
Copy link
Contributor

@wardpeet wardpeet commented Aug 29, 2022

Description

Enable basic partial hydration in Gatsby.

  • Add featureswitch to enable partial hydration
  • Create custom loader & webpack plugin to generate Server Components output
  • Wire server components strategy into loader

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Aug 29, 2022
@wardpeet wardpeet changed the base branch from master to fix/exports-gatsby-browser-entry August 29, 2022 10:38
@wardpeet wardpeet force-pushed the feat/partial-hydration-webpack branch 3 times, most recently from 236c28e to 0e3a90b Compare August 29, 2022 10:44
Base automatically changed from fix/exports-gatsby-browser-entry to master August 29, 2022 11:01
@wardpeet wardpeet force-pushed the feat/partial-hydration-webpack branch 2 times, most recently from 61efe2e to e4c7257 Compare August 30, 2022 15:06
@imjoshin imjoshin removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Sep 2, 2022
@LekoArts LekoArts added topic: core Relates to Gatsby's core (e.g. page loading, reporter, state machine) topic: frontend Relates to frontend issues (e.g. reach/router, gatsby-link, page-loading, asset-loading, navigation) labels Sep 5, 2022
@wardpeet wardpeet force-pushed the feat/partial-hydration-webpack branch from 357c962 to 05e4de4 Compare September 5, 2022 19:42
@LekoArts LekoArts added this to the Gatsby 5 milestone Sep 6, 2022
@wardpeet wardpeet force-pushed the feat/partial-hydration-webpack branch from 6ba03a1 to 974e101 Compare September 7, 2022 08:45
@wardpeet wardpeet changed the base branch from master to chore/v5-setup September 7, 2022 08:45
@wardpeet wardpeet force-pushed the feat/partial-hydration-webpack branch from 451dc8a to 3fe5d4d Compare September 7, 2022 11:31
Base automatically changed from chore/v5-setup to master September 7, 2022 11:32
@wardpeet wardpeet force-pushed the feat/partial-hydration-webpack branch 6 times, most recently from 78668e6 to 0c610ec Compare September 13, 2022 15:09
@wardpeet wardpeet force-pushed the feat/partial-hydration-webpack branch from 0c610ec to 567a6e8 Compare September 14, 2022 05:30
@wardpeet wardpeet marked this pull request as ready for review September 19, 2022 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: core Relates to Gatsby's core (e.g. page loading, reporter, state machine) topic: frontend Relates to frontend issues (e.g. reach/router, gatsby-link, page-loading, asset-loading, navigation)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants