The Web Platform is a Triumph of Object-Oriented Programming
thathtml.blog·11h
🌐WebAssembly
Preview
Report Post

December 18, 2025 Permalink

In a past life, I wrote an article called HTML is a Serialized Object Graph and That Changes Everything which made the case why understanding the declarative nature of HTML as an object graph which sits alongside JavaScript’s imperative DOM API is so crucial to becoming a well-rounded web developer who prioritizes performance, accessibility, efficiency, and future-proofing.

I want to continue unpacking some of those concepts, namely efficiency, because every so often I come across a troubling perspective: that Object-Oriented Programming (OOP) is somehow “bad” and therefore the DOM is bad because it’s based o…

Similar Posts

Loading similar posts...