> A bit out of date
> article just about to turn three years old
JavaScript community never beating the allegations lol
> article just about to turn three years old
JavaScript community never beating the allegations lol
Basically every framework now has a concept of * State - change this and the framework automatically updates UI and triggers effects * Effects - functions that run when parts of state change (or triggered by signals)
And almost everyone solves this with signals except for React.
At this point, I think React and Lit are the only major frameworks not using signals. And I'm not 100% sure about Lit.