Hacker News new | ask | show | jobs
by Nervetattoo 5107 days ago
We've started to see a lot of component-izing Backbone, and more will come for sure.

I'm dabbling with some of the same in our codebase, and we were meant to release a grid component that I now fear has grown too big and hairy.

Not so sure on the idea of breaking it up this far; Buttons and checkboxes are single html-elements, so if you follow this approach fully you get a lot of views for a complex app — that'll be a performance issue.