This is an extension of Implementing a Component System
A Component System is built on top of many other core systems - just like how Gutenberg (the editor) is built on top of many core packages.
From the next iteration of @wordpress/components project, there are 5 core systems/modules we'll need to integrate (in order):
These systems form the foundations of which the Component System can be constructed.
This is an extension of Implementing a Component System
A Component System is built on top of many other core systems - just like how Gutenberg (the editor) is built on top of many core packages.
From the next iteration of
@wordpress/componentsproject, there are 5 core systems/modules we'll need to integrate (in order):utils: A collection of shared utilities (Implementing Core Systems modules for a Component System #27485)substate: A component library optimized state management systemcreate-style: Architecture that creates the Style Systemstyle: The Style Systemcontext: The Context SystemThese systems form the foundations of which the Component System can be constructed.