Inside single page web apps made through angular , react.js or vue.js works in a smarter ways as compared to a normal website.
All routes go load the same html file index.html inside angular , react.js and vue.js while on the other hand inside a normal site - each route will load a different html file.That's why these single page web apps are more efficient as compared to a normal web page or website.