L10 - Spa & Offline
This lecture deals with the SPA architecture and what it means to build a SPA application. We will also review some of the Web APIs that are closely related to SPA techniques.
The lecture covers topics like:
- Web app versus web site
- Single page application (SPA)
- Web sockets
- Online/Offline
- Service workers
Presentation
View the presentation "SPA & Offline" with Johan Leitet.
The slides are here.
There is an English version and a Swedish version of the presentation.
- English version (2017), 1h 37min.
- Swedish version (2019), 1h 41min.
Resources
MDN Web API, an overview of the different Web APIs.
Webcomponents.org, about building your own custom web components.
Video on Three Keys to Successful Single Page Web Applications