Gatsby & WordPress - 3.5. - Block to Component Parsing
Hey! Just so you know, this article is over 2 years old. Some of the information in it might be outdated, so take it with a grain of salt. I'm not saying it's not worth a read, but don't take everything in it as gospel. If you're curious about something, it never hurts to double-check with a more up-to-date source!
In this video, we look at the Gutenberg blocks in our WordPress editor and work on a method of converting the blocks into React Components.
This is a great benefit than simply rendering the components as HTML as we now have access to the component attributes and with this data, we can create dynamic components which take benefit of a React environment.