Clojure(Script) web apps in 2018

2018-09-17 Thread Tom Locke
Hi all, I'm a reasonably experienced ClojureScript developer, finally starting to think about the server side of a web app I've been working on for some time. I was wondering if anyone could offer some pointers for libraries worth looking at. What would you be building on top of if you were sta

Re: Clojure(Script) web apps in 2018

2018-09-17 Thread Stanislav Yurin
For me, pedestal as a backend. UI - om.next for complex projects, reagent for simpler. I prefer remixing smaller basic building blocks to "ambitious libraries" like replikativ or even re-frame. Datomic is ideal for most business cases except when its license is somehow incompatible or the arch

Re: Clojure(Script) web apps in 2018

2018-09-17 Thread Daniel
Having built a couple of apps with Luminus (including a SPA), my vote definitely goes there. I've even been able to cherry-pick functions and project organization from the leiningen template and inject them into a cli app which had a server component. Extremely well organized and documented.