Skip to main content

Posts Tagged ‘Document Object Model’

Extending General Link for Experience Editor Mode in Sitecore

Understanding the Shadow DOM in Web Components

Managing the structure and styling of components in web development may frequently become complex, particularly when working on large-scale projects with several developers or integrating third-party components. Because CSS is global, there is a chance for CSS conflicts and accidental styling changes, a common issue for developers. Here’s where the Shadow DOM comes in as […]

three women in technology

Understanding React Portals and Their Importance

React portals provide a first-class way to render and allow child components, which are typically present outside the DOM, to live within a Document Object Model (DOM) node. This React portal component exists outside the DOM hierarchy of the parent component. When the child component visually separates out from its parent component, the portal can […]