Do you really need a custom block? Exploring alternatives to block development in WordPress #278
Replies: 2 comments
-
Topic approved, please continue conversation on the issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
This article has been published: https://developer.wordpress.org/news/2024/08/15/how-to-extend-a-wordpress-block/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Custom block development is powerful, but often you don’t need to go through the hassle of building a custom block to achieve your goals.
This article will explore 4-5 scenarios where alternatives to custom blocks might be more effective. Often, this will be in the form of block patterns. These non-block alternatives will feature one or more of the following tools:
allowedBlocks
The goal is to showcase the flexibility and power of the pattern "toolset" and other non-block alternatives in WordPress. Each example will link to further resources, both on the Dev Blog and in the documentation, where readers can learn more about each tool.
Additionally, the Block Editor Handbook will be updated to ensure that each tool covered in this post is thoroughly documented.
(The title is a work in progress)
Beta Was this translation helpful? Give feedback.
All reactions