$

The basic idea here is simple; there is an output container, and an input form. When the input form is submitted, a request is made to the server. The server returns an html partial, which is appended to the output container.

Output container
Output from server
Output from server
Input form

The specific libraries and apis used are not important. Most of them could easily be swapped out with something else that serves the same purpose, or even without a library at all in most cases. In fact, I tend to use this as my private test bench for trying new technologies that I'm interested in. What once started out as a Laravel thing is now a Axum thing, written in rust btw.

Uses

$