DEV Community

Discussion on: 🤔 How should I build my Frontend for a huge project?

Collapse
 
kevinmerckx_47 profile image
Kevin Merckx

For any project that has a large code base, you should consider Angular. It is an opinionated framework, which means there is a learning curve. However, once you master the few key concepts of it, you will be able to build enterprise-grade application.

Angular will bring you the structure and the tooling that is needed to build a solid application. It comes with Typescript which solves many problems before runtime. If you need any hint or more info or guidance, contact me ;)