Is there any documentation on plugin code lifecycle #28893
Unanswered
gitcommitshow
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I didn't find any documentation on plugin lifecycle. As in how plugin code is executed?
Specifically, I'm interested in the order that different parts(
gatsby-node
,gatsby-ssr
,gatsby-browser
,index
) get executed and how they depend on each other.If it's not there,
Some recommended topics to cover:
Motivation
Going through the gatsby code to know plugin code execution lifecycle will take significant time and I believe everyone will be able to develop a bug-free plugin with this documentation.
Beta Was this translation helpful? Give feedback.
All reactions