Let’s suppose for a moment that you’ve spent any time developing with frameworks such as React. In that case, I’m sure you will have come across the principle of creating web components – these self-contained, reusable packages of code that we can drop into any number of projects, with only minor tweaks needed to configure the package for use in your project. Sound familiar?
What if you found yourself creating multiple components and were beginning to reuse them across multiple projects? We could use them individually, ...