Beginner
Web & Software Development
Q19 / 100
What is a single-page application (SPA)?
Correct! Well done.
Incorrect.
The correct answer is B) A web application loading a single HTML page and dynamically updating content via JavaScript without full page reloads
B
Correct Answer
A web application loading a single HTML page and dynamically updating content via JavaScript without full page reloads
Explanation
SPAs (React, Vue, Angular) feel like native apps: routing, state management, and rendering in the browser. Tradeoffs: initial load (bundle size), SEO challenges (solved by SSR/SSG), client-side complexity.
Progress
19/100