web-app-architectures

Installation
SKILL.md

Web Application Architectures

Overview

Web applications fall into three main architectural patterns, each with distinct characteristics for navigation, state management, and user experience.

Multi Page Application (MPA)

The traditional web model - each navigation triggers a full page request to the server.

How It Works

User clicks link → Browser requests new HTML → Server renders full page → Browser loads entire page

Characteristics

| Aspect | Behavior |

Related skills

More from kinfe123/fm-skills

Installs
9
GitHub Stars
34
First Seen
Feb 6, 2026