Hacker News new | ask | show | jobs
by fsuts 20 days ago
How does modern angular performance compare to the alternatives? Is it as fast?
1 comments

What does "fast" even mean? I always see people talk about performance and wonder, what kind of applications are they building where they are seeing a massive gap in performance between frameworks?

I'm pretty sure in this late game, all the frameworks are more-or-less the same in terms of render performance. Angular has a lot of cool tricks (with these signals) that allow for only re-rending what changes.