Category: Quick Tips
-
Gutenberg Block Tutorial with registerBlockType() and NO Webpack, ES6, JSX or Babel
Since the new Gutenberg block editor has been merged into core with the release of WordPress 5.0, the demand for creating your own blocks has increased greatly. In this short guide we’ll be getting you up and running creating your first block. Although build tools like webpack are commonly being used, in this tutorial we…