i agree with this. sometimes the framework "a" is more suitable to use than framework "b" depending on the application to be created. allow me to give reasons why should use Framework:
- Accelerate the development process -Code is organized, reusable (reusable), maintenable. -Reduce your concerns about low-level security, because each framework has been specially designed to handle security issues that are generally a problem. -Using MVC pattern (model-view-controller) that separates between presentation and logic -Concepts of modern web development such as object oriented programming.