Click any tag below to further narrow down your results
Links
The article critiques traditional web components for marketing sites, arguing they unnecessarily rely on JavaScript. It proposes an alternative approach using CSS Web Components, which leverage CSS for functionality and styling while minimizing JavaScript dependencies, making them more efficient for marketing design systems.
The article critiques the shadow DOM, arguing it complicates styling and usage for developers. It claims that relying on shadow DOM can lead to additional work and frustration, as it limits flexibility and often requires more effort to integrate with existing styles. The author believes it’s better to prioritize usable HTML and avoid the shadow DOM unless absolutely necessary.
Kelp is a lightweight UI library designed for HTML enthusiasts, utilizing modern CSS and Web Components without requiring a build step. It offers customizable features through CSS variables and aims to enhance web development by providing semantic utility and component classes. The library is currently in active development, and users can sign up for notifications on new features and releases.
The site provides an overview of building web applications and websites using only HTML, CSS, and JavaScript, without relying on frameworks or build tools. It covers topics such as Web Components, modern CSS, and creating single-page applications, emphasizing the long-term benefits of a simpler, low-maintenance approach to web development. This resource is intended for those already familiar with web technologies.