Hacker News new | ask | show | jobs
by fiatjaf 4360 days ago
This is not the best React feature. React solves a bigger problem: nested components. You'll never find other framework that solves it.
1 comments

You can have nested components with AngularJS. That's what transclusion is for.
If the name for their solution is so pompus and factoryProxySingletonBean like, such as "transclusion", I'd hate to see the code behind it...
You cannot pass state down to transcluded elements. They can only get their state from factories, just like... jQuery. Or no framework at all.