-
As a developer, I want to have hot reloading of my project so I see changes to my website immediately with the convenience other ecosystems (js) are offering.
* Life reload on Go code changes
* for…
-
I found a strange problem, I spent some time isolating it, here is a minimal example (I've cut the most I could).
How to reproduce:
* Launch the `server.py` (requirement `pip install bottle`)
*…
-
### Description ###
With your ESM work on source, will you provide an ESM distribution file as well? An ESM distribution can be handy for (ESM-based) projects that don't have a compilation step but…
-
Hey, great library! Was trying it out over the weekend and I can't seem to find a way to chain routers together. Pardon me if I've missed something obvious, since it seems like it's really close to wo…
-
-
Currently the steps.html template contains up to 5 repetitions of essentially the same content.
It feels like this could be refactored to reduce repetition and increase maintainability
The condition…
-
Is we used htmx, the gui would update in sections, based on the backend.
https://htmx.org/
simple but effective golang example:
https://github.com/quii/todo
-
A really common pattern is where you need to allow users to upload images and i need to save its existence in the DB for later use.
For example you might have a web page with a form, and as part of…
-
I'm using `hx-history="false"` directive on one of my elements and when I click browser back it retrieves page elements from the server and not from the htmx-history-cache, which works nicely.
I've…
-
Hello ! Good news, Vite is coming to AdonisJS soon! 🎉
I create this issue to track the progress of the work on the integration.
Overall I would say that more than half of the work is done. What …