Examples of code components for Gatsby

along the same line, is there any successful examples of code components with Gatsby?
there is an entrypoint/init file for plain React/Next.js,

as for Gatsby, it seems like initPlasmicLoader is called for each page. I have tried registering code components in the auto-load template page and it doesn’t seem to be working.
Very new to Gatsby too, would love to hear if anyone did it and know a good place to register components!

Hi Kevin, I see your point, it’s really an issue currently, I will take a look into that

hey Felipe, thanks!
guess i will try ~substituteComponent~ and/or hosting a separate React app pointing to the components in the meanwhile