Starting from scratch in the development of a modern web app would you recommend developing using only JavaScript instead of Angular?
For some time I have been developing some small project to learn how to use Angular but I find it a bit verbose even if in the last versions has been improved a lot, you have to do many steps for a simple thing ..
Working with MVC core 2 and Javascript (possibly with the supported TypeScript) is simpler in the initial development of a project, in practice you use javascript only in the pages where you need so without having to do everything necessary with angular even the easiest thing.
What do you think about it ? How would you develop a project from scratch?