Best WordPress Hosting
 

Two Ways to Create Custom WordPress Blocks

via deliciousbrains.com => original post link

The WordPress block editor was made the default editor for WordPress in December 2018. Adoption may have been slow at first, but the pace of development has increased exponentially. Today, custom blocks are at the core of extending WordPress. In this article, we’ll cover two ways to create custom blocks: with React and the @wordpress/create-block tool, and with the ACF Blocks feature of Advanced Custom Fields.

What Are WordPress Blocks?

Creating Blocks With React