npm’s install-strategy=linked Is Getting Better — You Should Try It

npm has had an install-strategy=linked option since v9, but for the longest time it was marked experimental and, frankly, too buggy to use in anything serious. Even basic things like scoped packages … Continue reading “npm’s install-strategy=linked Is Getting Better — You Should Try It”

Why @wordpress/preferences is the Best-Kept Secret for Storing User Preferences in the Block Editor

If you’ve ever needed to store user preferences in the WordPress block editor, you’ve probably gone down the familiar path: create a custom REST API endpoint, handle the AJAX calls, … Continue reading “Why @wordpress/preferences is the Best-Kept Secret for Storing User Preferences in the Block Editor”