Embed presentation
Download as PDF, PPTX

































This document summarizes a presentation about single-page applications (SPAs). It discusses what SPAs are, some user experience challenges with SPAs like navigation and accessibility, and solutions to those challenges including server-side rendering and preloading resources. Links are provided to additional resources on topics like accessibility in SPAs and using service workers and prefetching to improve performance. The document concludes by thanking attendees of the presentation.
































This section introduces the topic of Single Page Applications (SPA) at the Frontend Meetup.
Discusses user experience (UX) as a crucial component in SPA design.
Explores SPA transitions, session management, AJAX disposal, and SEO considerations.
Focuses on accessibility concerns related to SPA, including DOM structure and standards.
Reviews technical aspects impacting SPA performance, such as HTTP/2 and resource management.