All about Single Page Application (SPA)
What is SPA?
SPAs are web apps that provide the user experience like an offline mobile or desktop application by using only one web page that dynamically changes, updates its data via API without reloading. SPAs uses AJAX, where transmission of data ...
conceptsinshort.hashnode.dev2 min read