I've been focused on React throughout my development career, and I find that many of my clients either prefer React or don't have strong preferences about the tech stack. Recently, I've started a side project with someone who is very skilled in Angular and insists we use it. I'm open to it but wonder if Angular is still relevant, especially since I believe it's more suitable for larger, structured applications. Can anyone share their thoughts on using Angular in commercial projects today?
1 Answer
Angular is still quite popular, especially in enterprise settings. You’ll find it used a lot in banks, insurance firms, and government projects. While you might mainly see React being used in your circle, Angular holds a large market share in B2B and internal tools. For your side project, I suggest letting your partner set up the Angular scaffold since he knows it well, while you tackle a specific feature. It will help you learn Angular faster by actually working on it rather than just watching tutorials.

Thanks. Sounds like a plan.