AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The React Gutenberg Bridge
React is a JavaScript based UI framework. It's kind of driven the component based architecture that we see a lot nowadays in modern front ends. And then in terms of Gutenberg, I'm sure a lot of your audience are familiar with this, but it's the block based builder in WordPress where you can create paragraphs, images and so on columns. There's no real streamline way to translate Gutenberg blocks from WordPress to a headbased front end. So that actually where the React Gutenberg bridge comes in, it's a bridge literally,. A way for the React based components to speak with the Gutenberg blocks in a headless WordPress site.