WEBVTT

1
00:00:00.000 --> 00:00:00.462
Single page apps, or SPAs,

2
00:00:00.462 --> 00:00:05.455
are web applications that
display on a single web page.

3
00:00:05.455 --> 00:00:11.286
The app's HTML, JavaScript, and
CSS are loaded only once by the browser,

4
00:00:11.286 --> 00:00:17.041
and the content changes dynamically
as the user interacts with the app.

5
00:00:17.041 --> 00:00:22.479
The app itself never reloads unless
the user manually refreshes it.

6
00:00:22.479 --> 00:00:27.119
This provides a smoother
browsing experience for users,

7
00:00:27.119 --> 00:00:30.000
like one found in desktops and
mobile applications.
