#Why Doesn't Angular Use Solid's Signal Implementation?

2 messages · Page 1 of 1 (latest)

fierce whale
#

Why doesn't the Angular team adopt the signal implementation from Solid and use it directly? What prevents them from incorporating it into their own framework?

devout wigeon
#

Signals are deeply integrated into the framework, they interact with change detection and rendering. My guess is the Angular team wants to stay flexible in this regard by not being tied to an external implementation.