HTML Web Components with Vanilla JavaScript and ASP.NET Core
Explains HTML Web Components, a technique to enhance existing HTML with JavaScript, and demonstrates their use in ASP.NET Core applications.
Explains HTML Web Components, a technique to enhance existing HTML with JavaScript, and demonstrates their use in ASP.NET Core applications.
Explores two Vanilla JavaScript methods—Getters/Setters and Proxies—to implement automatic reactivity similar to frameworks like Svelte.
Explores reactivity patterns in vanilla JavaScript, comparing them to frameworks like Vue and discussing when to use each approach.
A developer shares custom JavaScript utilities for converting between common text cases like camelCase, kebab-case, and Title Case without external libraries.
A reference guide comparing jQuery and vanilla JavaScript for DOM manipulation, covering element selection, creation, and event handling.
Learn how to implement a groupBy function in vanilla JavaScript using the reduce method, without needing Lodash.
A developer explores HTTP/2's performance benefits, like eliminating the need for file concatenation, and details removing jQuery and optimizing script loading.
A practical reference guide for developers transitioning from jQuery to modern vanilla JavaScript, covering common patterns and equivalents.
A tutorial on creating a custom JavaScript function to generate DOM elements from scratch, explaining the core logic and usage.
A technical tutorial on creating a responsive, JavaScript-enhanced pop-out navigation menu with accessibility and mobile usability in mind.
Explains how to replace common jQuery functionality with modern vanilla JavaScript and CSS, using examples like DOM manipulation, AJAX, and animations.