


This is not to say it can’t happen, but I would start questioning two other possible issues first:

This way you and your team can easily find them, import them to any project and develop them further if needed. Use tools like Bit ( Github) to “harvest” reusable components from your codebase and share them on bit.dev. Tip: as we all know, rewriting code is a recipe for bad code.

What we will see is that it doesn’t really matter the framework used - these tips will be valid for any framework. In this article, I want to show some of the most important reasons why Angular apps become slow at scale. While most of it is totally good and valid advice, what I have personally found while mitigating performance issues is not often talked about. There are loads of resources and popular advice out there about improving performance with Angular apps. 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. 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. Photo by Chris Liverani on Unsplash IntroductionĪngular is, by default, a fast and performant framework.
