Nov 30, 2020 . 4 Min ReadTop Reasons Why Your Angular App Is Slow
Introduction
Angular is, by default, a fast and performant framework. While it leaves ample
space for improvement by opting out some of its magic, we almost never have to
do anything special to write extremely performant code for the average app.
With that said, some difficulties will eventually arise when we are writing
either performance-critical apps, apps with large and complex content, or apps
updated extremely frequently.
There are loads of resources and popular advice out there about i