DEV Community

Discussion on: Choosing Front End Framework for Large Scale Application(Angular/React/Vue)

Collapse
 
kepta profile image
Kushan Joshi • Edited

I wouldn’t go into pros and cons, since I might hurt someone’s sentiments towards a framework, but I see your use case is Java and enterprise. Which makes me assume your team would like to work with types and powerful tooling. I would recommend digging deeper into the Angular and Typescript system. Angular is a strongly typed framework and should fit your enterprise needs well. The other frameworks you mentioned can also be used, but they are less of frameworks and more of a V (View) in MVC, as Reacr puts it.