kit icon indicating copy to clipboard operation
kit copied to clipboard

Feel free to lift code or documentation if desired

Open shogidude opened this issue 1 year ago • 2 comments

I didn't have time to write any modules or profiles for my ReactJS, raw Redis, or MySQL setup examples, but I've thrown some code up with a Kit server and added to the existing README with details on how they are set up.

The project is here on github in clojure-kit-with-redis-mysql-react ...

https://github.com/shogidude/clojure-kit-with-redis-mysql-react

Feel free to lift any code or documentation if it is of any help with your website or docs. If it isn't of any use, just close this issue.

; - )

shogidude avatar May 24 '24 17:05 shogidude

Thanks for the heads up, definitely a handy example. Might be worth adding the whole project in the examples repo :) https://github.com/kit-clj/kit-examples

yogthos avatar May 24 '24 17:05 yogthos

Following this thread I created an example project including Redis and HTMX profiles here: https://github.com/kit-clj/kit-examples/tree/master/todolist-with-redis-and-htmx

vollcheck avatar Mar 08 '25 14:03 vollcheck