CommentAug 1, 20162
I think it all depends on the situation and the project. If you haven't got time then using frameworks will obviously help. We had a project where we wanted to make the responses as lightweight as possible for a mobile web app as the bandwidth was really poor. So we did away with jquery and did ajax calls using vanilla js. I know jquery isn't massive but the page size was only a few kb which helped massively. So just depends on the project and situation I think.