Just a question: is anyone trying to integrate Wordpress's new editor Gutenberg with Gatsby?
Specifically, it would be amazing if blocks of React content could be placed into content visually.
Blocks can be defined: https://wordpress.org/gutenberg/handbook/blocks/writing-your-first-block-type/
and then placed:

The two work great together already! I use Gutenberg on my website to write posts then display them on Gatsby. What other functionality would you like?
@octalmage: you're using custom layout blocks?
I would like to know this too. It look like so much work to get custom blocks working with gatsby and wordpress. Probably not worth the effort at this point.
I'm not sure what you mean by custom layout blocks. I use Gutenberg to write by blog posts and display them on my site. I have also created custom Gutenberg blocks that are displayed on my Gatsby site. The REST API just returns the generated HTML, then you just display that.
Most helpful comment
I'm not sure what you mean by custom layout blocks. I use Gutenberg to write by blog posts and display them on my site. I have also created custom Gutenberg blocks that are displayed on my Gatsby site. The REST API just returns the generated HTML, then you just display that.