Hi, I recently developed https://github.com/prestancedesign/inertia-clojure a Clojure adapter for http://Inertia.to to create SPA applications without writing an API.
Here is the porting of the original Ping CRM complete demo written in Laravel/PHP to Clojure Ring, Integrant, Reitit and next.jdbc:
https://github.com/prestancedesign/clojure-inertia-pingcrm-demo
All features and page are done:
• Session authentication login/logout
• Users, Organizations, Contacts pages
• Advanced filters (search input, with/without trashed items)
• Pagination
• Delete /restore items
• Input form validation
To try it, simply clone the repo and run:
clj -M:run
Feedbacks welcome!
I just came across https://github.com/blitz-js/blitz. Thought you might be interested @admin055
Thanks @tvaughan, I'll check this!