[Solved] Building enterprise level applications without frontend frameworks


Of course you can, but frameworks are developed to make the developer journey easier, they gives you utilities that otherwise you would need to develop by yourself.

You can develop enterprise application without any framework, but you will need more code and you will need to take care about aspects that a framework already has developed, such routing, http requests etc.

solved Building enterprise level applications without frontend frameworks