Hacker News new | ask | show | jobs
by Spivak 1633 days ago
We’re saying the same thing. The web right now today requires that you reimplement all that functionality from scratch when it should be just inheriting all the behavior from the native control in your custom thing and tweaking the styles or adding some additional functionality.
1 comments

This. You should be able to subclass the DOM creation functions to specify your customized version, and have it spit out the custom tag for it.