Question - What were the major problems with MVC framework?
Answer -
The major problems with the MVC framework are:
- DOM manipulation was very expensive.
- It makes the application slow and inefficient.
- There was a huge memory wastage.
- It makes the application debugging hard.