Table of Contents

What are Hypertext Progressive based App ?

About

An hypertext progressive app is a single page application model that is based:

The definition of the code logic (get/put/delete) is declared in HTML attributes.

Example

<button 
    hx-trigger="click"
    hx-post="/clicked"
    hx-target="#parent-div"
    hx-swap="outerHTML"
>
    Click Me!
</button>

What this HTML code means is:

Motivation

The primary motivations are:

Library

Below are a list of library that implements this logic: