Replies: 1 comment
-
Closing because I understand this has been satisfactorily resolved! (correct me if you see anything missing) |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Description
Modularize all
block
React components into an extremely simple and reusable API so that developers can easily build replacement components on a block by block basis. For example, many "layout builder" styleblock
fields might feature aparagraph
orrichText
-style block type, where the UI of the admin panel editing experience could be similar to Medium's or WP Gutenberg's. To allow for this, we need to separate out all block components such as reordering, drag + drop, and block naming into separate and reusable React components, where the developer can then freely create their own block UI patterns.This feature will be extremely powerful and could unlock a block UI marketplace, where developers could create highly polished blocks for commonly needed content models like paragraphs, accordions, columns, and more.
Implementation Detail
block
sPotential Breaking Changes
None
Effort
High
Beta Was this translation helpful? Give feedback.
All reactions