Re: [ClojureScript] Re: Problems with Clojurescript quickstart — build fails

2018-01-29 Thread Gary Verhaegen
It seems it's not finding the repl.clj file, which would point to an incorrect classpath definition. There's not much we can do to help without access to your project.clj file. >From the stack trace, it looks like you may have incorrectly configured the >source paths (default is "src", I think)

Re: [ClojureScript] Looking for Reagent-based framework/library suggestions

2018-01-29 Thread Daniel Compton
Hi Jonathon I'll put my cards on the table up-front, I work at Day8 and do a lot of work developing re-frame apps and working on re-frame + Day8's re-frame libraries. I think re-frame is a great UI framework, and we have had success building and maintaining large (50,000 LOC) applications with co

[ClojureScript] Looking for Reagent-based framework/library suggestions

2018-01-29 Thread Jonathon McKitrick
My last non-trivial app used Reagent, but I did the rest of the wiring manually. Now that there are many alternatives out there, I'd like to hear your suggestions and comparisons, as I'm about to select one for a non-trivial team (not personal) project. Re-frame is the obvious choice, but I've

[ClojureScript] Problems with code-splitting

2018-01-29 Thread Khalid Jebbari
Hello, I'm trying to package all our trackers code (think Google analytics and the likes) into different splits so that they don't make base JS package too big and don't slow down time to interactive. Good idea, right ? Our strategy is basically to write the trackers code in Javascript first w

[ClojureScript] Problems with code splitting

2018-01-29 Thread Khalid Jebbari
Hello, I'm trying to package all our trackers code (think Google analytics and the likes) into different splits so that they don't make base JS package too big and don't slow down time to interactive. Good idea, right ? Our strategy is basically to write the trackers code in Javascript first w