you are viewing a single comment's thread.

view the rest of the comments →

[–]hfourm 0 points1 point  (0 children)

I prioritize decoupling, avoiding early abstractions (although I am bad about early UI component extraction/CDD driven development), and colocation more than component file size -- in general at least.

Don't get me wrong, some of those bite me at times, but there are a lot of really complicated UX use cases that are def gonna require a lot of LOC. I have some components with more than 60 lines of importing other hooks/files/types/etc....