Topic
01
React in the editor
Islands, blocks, and surviving Gutenberg's re-renders.
React
Rendering React inside the WordPress block editor without losing your mind
Gutenberg ships its own pinned React. Here's the mental model Earle uses to mount React islands in the block editor without the two worlds fighting over the DOM.
ReactSharing state between React islands without a global store
Two islands, one page, no Redux. How to keep independent React roots in sync using @wordpress/data, custom events, and the occasional shared context.