Remix.run Logo
CharlieDigital 3 months ago

Is `HTMLDivElement` really that different from `class Rectangle`?

RandomThoughts3 3 months ago | parent [-]

Yes, extremely.

A div element is a node in a tree which will be rendered by a very opiniated rendering engine adhering to a fairly strict set of standards, and which can be manipulated using a limited subset of technologies which are themselves fairly opinionated.

A class Rectangle can be pretty much whatever you want.