AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The React Gutenberg Bridge for Headless WordPress
In traditional WordPress, you've got your publisher that's adding blocks to the Gutenberg editor. They click save and they see that on their front end. Whereas with headless, it's a little bit different since you're kind of getting data either through WP GraphQL or the REST API. You don't have that interactivity. So the idea of the React Gutenberg bridge is to get that data from WordPress programmatically, all the block data and then reconstruct that on the headless app.