What is SPA(Single Page Application)?
SPA is a acronym of Single Page Application. SPA is a web application or website that interact with user by rewriting the current page with new data which is needed to be changed without changing other parts of website. In SPA, a page refresh never happens. It only updates contents via Javascript APIs, while traditional web page has been refreshed by getting the whole html from the sever.