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-recipes): Use a queue and render loop for plans #24585

Closed
wants to merge 10 commits into from

Conversation

johno
Copy link
Contributor

@johno johno commented May 28, 2020

This should maintain existing functionality, but sets up some of the needed underpinnings for nested resources that share context and will waterfall their children as they suspend. We will also need this functionality when resources are missing data, where they will be able to emit events to the recipes state machine to request more data for a given resource before it's rendered.

Related to #23746, #23747, #23744, #24506

@johno johno added this to the Recipes: Support inputs & state file milestone May 28, 2020
@johno johno requested review from a team as code owners May 28, 2020 21:02
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label May 28, 2020
@johno johno removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label May 28, 2020
@johno
Copy link
Contributor Author

johno commented May 29, 2020

These changes have been pulled into #24595 so going to go ahead and close this.

@johno johno closed this May 29, 2020
@johno johno deleted the recipes-rendering branch May 29, 2020 16:28
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 this pull request may close these issues.

2 participants