simpleui
simpleui copied to clipboard
JS Free Single Page Applications
I'm trying to migrate this project https://github.com/rajasegar/htmx-calendar/ to ctmx to better understand the library and tech stack. I got this working https://github.com/ieugen/jlp/ . I know that `make-routes` builds the routes...
Hi, Since ctmx is using macros - this causes clj-kondo to complain since it does not know the shape. We can use :lint-as ans some other tricks to avoid seeing...
In some cases the 302 to append `/` to path redirects back to http when it should be https.
I integrated ctmx into a template stack I use that runs pedestal+reitit. Out of the box any ctmx components relying on POST params were not working. The root issue was...
Versions of clj-kondo since `2023.03.17` support [inline macro configuration](https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#inline-macro-configuration). We can use this to [prevent annoying linting errors](https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#lint-a-custom-macro-like-a-built-in-macro) from popping up when using `defcomponent` etc. without having to add anything...
What would be most helpful for the maintainers? - Tests - New ideas - Documentation - Donations ... maybe just a few lines in a `Contributing` section of the `README`...
It would be great to combine SimpleUI's simplicity with that of Babashka and provide an example, perhaps as a rewrite of [babashka-htmx-todoapp](https://github.com/prestancedesign/babashka-htmx-todoapp)? Another example with basic auth on top of...