announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
2021-05-25T20:46:49.074Z

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!

4👏6🔥
tvaughan 2021-06-07T11:43:33.151700Z

I just came across https://github.com/blitz-js/blitz. Thought you might be interested @admin055

1👍
2021-06-07T18:57:00.160200Z

Thanks @tvaughan, I'll check this!

2021-05-25T23:18:06.074800Z

FYI I released a complete new web app example https://github.com/prestancedesign/clojure-inertia-pingcrm-demo