Drupal Components are abstracted parts of Drupal core. They can be used independently in their own projects. In order to use the Drupal Components outside of a Drupal project however, you have to download Drupal 8, and then copy/paste the files of the Drupal Component into your own project. This can be tedious and there are easier ways of exposing the components to outside projects.
Mimic how Symfony exposes its components and allow projects outside of Drupal to use the Drupal components by...
For each item in the Drupal\Compnent namespace:
The development process for these packages is:
composer.json
template for components.
No UI changes.
Outside projects could then state that they require "drupal/plugin", and Composer would download the Plugin Component.
Active
11.0 🔥
base system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.