Hacker News new | ask | show | jobs
by dsego 16 days ago
And it wasn't composable, state was kept in the DOM. Even with higher level libs like backbone we didn't have a component-oriented way like now. Each component had to manually manage all of its child components.
1 comments

It composes to one level. Each <input> is a component. Is that good enough for your application? For many, it is.
Really sorry to have to say this, but I feel like I'm getting underpaid for the work that I do if people make a living clobbering together input elements and calling it web development.