Tagged in

Diagrams

DailyJS
DailyJS
JavaScript news and opinion.
More information
Followers
110K
Elsewhere
More, on Medium

Prototype Trees as JavaScript Components

Prototypes play a central role in JavaScript, but in current practice, prototype structure is missing from external files, and is rebuilt as needed in a fashion custom to the application. A prototype tree is a new kind of component which saves the prototype…