DEV Community

Discussion on: What would the ideal web framework look like?

Collapse
 
alaindet profile image
Alain D'Ettorre

I would say the closest is Angular. It lacks the better performance and smaller bundle size and more 3rd-parties of other solutions, but it has an amazing philosophy, ease of development and general stability which would really justify some more support from the community instead of pure hatred.

You have mandatory TypeScript and RxJs and first-party packages for routing, fetching and forms, which is pure gold. The rest is meh and should be improved.

Collapse
 
siddharthshyniben profile image
Siddharth

Angular is especially awesome when you scale , but it's not the best for small apps.