Hacker News new | ask | show | jobs
by bickeringyokel 1066 days ago
A heavily nested widget can be a little sore on the eyes. You can break up heavily nested widgets into multiple widgets though.

This is also common to JSX though so not sure what the "abominable" comment is referring to.

1 comments

Yeah it's usually a sign that you're doing too much in a single widget if you end up with a crazy amount of nesting.