How to create an options screen in React with @wordpress/data (JS) in WordPress
Overview This tutorial shows, step by step, how to create a WordPress admin options screen built in React that uses the official @wordpress/data package for state management. It covers the full flow: scaffolding, registering the admin page, enqueueing the JavaScript bundle, registering a data store with actions/controls/reducers/selectors, implementing a REST route to persist options, and […]