Part 1 · Programming
Create a Custom Gutenberg Block Without a Build Step
register_block_type reads a block.json file and wp.blocks.registerBlockType describes the block in plain JavaScript. Because wp.element.createElement replaces JSX, there is no compiler in the loop…