Re: Clojure(Script) web apps in 2018

2018-09-21 Thread Michiel Borkent
I'd take a look at yada. It's a batteries included library for writing HTTP APIs with good documentation. I ported a Ring-based app to Yada. The commit diff for the project file looked like this: https://twitter.com/borkdude/status/857979807358910464 On Monday, September 17, 2018 at 11:27:17 A

Re: Clojure(Script) web apps in 2018

2018-09-21 Thread Robert Levy
Luminus is great. Something people might not know about Luminus is that it's more of a project template than a framework per se. It solves the choice paralysis of what libraries to use when starting off. It generates a project, and you can take or leave the decisions it makes because after project