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)
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
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
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
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