Hacker News new | ask | show | jobs
by marcosdumay 237 days ago
> It's very simple with an imperative UI to have infinite loops even with very simple UIs.

That's something that reactive UIs inherited from the imperative events by design. It's not a differentiator here. You may be able to debug them better, but infinite event streams are pretty much still an issue, and about as easy to get.

Anyway, almost every problem in the article is a react problem, not a FRP problem. Vue may not have them, I don't know it well enough to say (but some do really look like a FRP in javascript problem, so they should apply there too).