What’s New in Gutenberg 22.9: Gradients & UI Patterns

Gutenberg 22.9 features bring significant architectural updates, including the new background.gradient support for Group blocks and a foundational EmptyState component for developers. From command palette history to hidden form fields, this release refines the editor experience as we approach WordPress 7.0. Here is what senior developers need to know about the transition.

Building a Custom Sync Provider in WordPress 7.0

WordPress 7.0 introduces real-time collaboration, but the default HTTP polling can be a performance bottleneck. Learn how to build a custom sync provider using WebSockets and Yjs to achieve low-latency editing. We cover the sync.providers filter, security considerations with REST API tokens, and architectural best practices for enterprise-level WordPress installations.