logo

John Henry Blog -- Native DOM Nodes

Native DOM Nodes

back to blog Astro

Native DOM Nodes

Native DOM Nodes have been around since before the beginning of time. Why don’t we use them more often in direct development?

Let’s explore Native DOM — what they are and how we might use them.

Ergonomics

With universally supported document.createElement

It’s easy to create a native DOM element

Performance

back to blog