I understand that Angular vs React is a neverending discussion. I would like to ask the community - Why have you chosen one over another? Are you happy with your decision?
I'm not bothered about the Pros and Cons of both. I would like to know the practical challenges community is facing with them.We are starting a new project where we'll be developing a portal (SPA) to manage network infrastructure. It may grow complex over time; hence it should be fast to develop and easy to debug.
You might want to consider giving Svelte a try for purely performance benefits over React. Here's a great introduction video about it: https://www.youtube.com/watch?v=AdNJ3fydeao
Angular is a complete frontend framework unlike React and why a lot of people prefer it since they don't have to deal with all the plumbing required.
Hello, due to the characteristics of the project you are going to develop, I would choose Angular. Why? Because I have worked professionally with Vue, React and Angular and I think that Angular is the best one to make the thinks easy because of the tools that it offers and the complete framework that it provides. Vue, React and Svelte are only libraries and you have to find out how to build the complete environment of the project.
If I were you, I would choose Angular with redux for state management (a complex project without the correct state and data management could be a mess).