-
Process api mixins
In various situations, it’s beneficial to enhance standard markup with generic features. This is commonly achieved by creating and attaching managers to elements. These managers have the flexibility to perform a wide range of tasks, essentially offering limitless possibilities. To illustrate this concept in a more practical context, consider two examples where you want the…
-
Intent driven components
It’s undeniable that components play a significant role in intent-driven development. The variety of components mirrors the diversity of custom scenarios. While standard components are useful, many situations call for the creation of reusable UIs with custom logic and interface. This article primarily explores the creation of custom web components from a JavaScript standpoint. However,…