Tip 5: Reduce Your App’s Memory Consumption With Event Delegation

Learn how to improve you're site's performance and memory consumption with event delegation.

Tip 4: How to be Notified When Images Get Loaded in HTML

This is how you can be notified when images have been loaded in HTML within a DOM subtree.

Tip 3: How Does the Browser Render HTML?

Let's take a high-level overview of how the browser renders your HTML

Tip 2: Using Document Fragments for Performant DOM Operations

Let's see how we can use document fragments to perform DOM operations in a performant way.

Tip 1: Trying to Use Fewer Dependencies

Can we reduce our reliance on third-party code?