https://htmx.org/essays/hateoas/
htmx/hypermedia-driven-applications 2022-02-06
| thesis: | MPA - | multi-page application |
| antithesis: | SPA - | single-page application |
| synthesis: | HDA - | hypermedia-driven application |
Htmx is a dependency-free, browser-oriented javascript library.
To use it, add a <script> tag to document head.
<script src="https://unpkg.com/[email protected]" integrity="sha384-D1Kt99CQMDuVetoL1lrYwg5t+9QdHe7NLX/SoJYkXDFfX37iInKRy5xLSi8nO7UC" crossorigin="anonymous"></script>
infoworld/what-is-reactive-programming-programming-with-event-streams