Some hate towards React and other JS frameworks lately. I'd suggest that instead of claiming that React users have been fooled into using it, maybe acknowledge its merits and what problems it solves (and what it doesn't)
Main thing IMO is that is allows for early binding of event handlers to the state. This is generally a much more principled way to write complex apps and makes frontend development much more suitable for static typing.