Skip to content

nakiya/htmx-examples-clojure

Repository files navigation

HTMX examples reworked in Clojure

This is a learning exercise for myself. I'm going to go through the official htmx examples and implement them using Clojure.

htmx niceties for Clojure are present in SimpleUI but I'm going to skip this to keep things simpler.

How to use

In action here

  1. Try out at repl. Else, run clj -M -m dumrat.htmx-learn.core at root folder.
  2. Point the browser to htmx-examples.

libs used

  1. integrant for system creation.
  2. reitit for routing and ring handler
  3. ring-jetty-adapter for jetty server
  4. hiccup for html generation

About

Following htmx examples with Clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages