-
egil updated
6 months ago
-
URL: https://htmx.org/
Docs source (uses eleventy): https://github.com/bigskysoftware/htmx/tree/master/www
-
Caddy does need a good UI !
How do we install on bare metal?
Any plans to update in the future?
-
Are there examples of rendering server side and client side
the reasons are:
Keep google happy by going its search bot a static site . SSR - server side rendering.
keep users happy with a cl…
-
The swifties of HTMX on twitter are asking "why not HTMX?".
While I'm not as enamoured by HTMX as some, there is a good argument to build a frontend that requires no javascript, with optional impro…
-
Need to do a quick recon of `Go` Web frameworks
to decide which one we can/should use for a mini project that might turn into a larger one ...
_Specifically_ need:
1. Something "batteries inclu…
-
I am using the `htmx-request` class to show a loading indicator to the user when they issue a request. However, when the user receives the `HX-Redirect` header, a redirect is started and the browser t…
-
I would like to be able to do something like so:
```rust
trait Htmx {
fn post(&mut self, location: impl Into>) {
self.data("hx-post", location);
}
}
```
Also, an escape hat…
-
I personally find the following `hx-swap` values confusing I suggest adding the following aliases for more intuitive use.
Name | Alias | Description
-- | -- | --
afterbegin | prepend | adds conte…
-
### NetBox version
v2.11.4
### Feature type
Change to existing functionality
### Proposed functionality
Under "Prefixes", when child Prefixes are created, it is listed under the parent Prefixes. …