Claim: Your app is slow because it uses React/Vue/Angular instead of plain...


Claim: Your app is slow because it uses React/Vue/Angular instead of plain HTML and Vanilla JS.

Reality: It’s probably slow because of two things:

1. Bloated analytics and tracking scripts. 2. Slow backend.

The frontend itself is rarely the primary performance problem.
And if the frontend itself is the performance problem, it’s often due to poor design - for example, a UI that forces the user to sift through 1000s of records instead of providing proper search, filtering, etc.

View original on X