Hi,
is it possible to create single page application without using any other framework
angular.min.js is 166 Ko of javascript condensed code written and used by a huge community of developers. So ,depending on what you want to achieve:
- You want advanced features: use an already working js framework
- Your needs are simple (like: just loading a blog post): you can do that by your own (but jquerry will help you)
in both case you will have to develop in javascript for the frontend and in php for the backend.