Y
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
TheAceOfHearts
4360 days ago
You can have nested components with AngularJS. That's what transclusion is for.
link
coldtea
4360 days ago
If the name for their solution is so pompus and factoryProxySingletonBean like, such as "transclusion", I'd hate to see the code behind it...
link
fiatjaf
4360 days ago
You cannot pass state down to transcluded elements. They can only get their state from factories, just like... jQuery. Or no framework at all.
link