htmxpress
htmxpress copied to clipboard
WIP plugin to power WordPress with HTMX
We've used the plugin on a project and I've upstreamed code review changes. 1. Updated HTMX and deferred loading it. 1. Function documentation improvements 2. return types were added. 3....
Thought to try this out on a minimal client WP ajax-widget project and partially out of personal interest in django+htmx development. I didn't get it to run after half a...
When completed, it's possible to install htmxpress for composer.json WordPress projects, as follows: ```shell composer config repositories.htmxpress vcs [email protected]:svandragt/htmxpress.git composer require svandragt/htmxpress:dev-main --no-update composer update svandragt/htmxpress --prefer-source ``` - [...
https://django-htmx.readthedocs.io/en/latest/index.html spike for new features
Adding a test is too much friction at the moment because testing isn't setup.