[ClojureScript] Re: Deployment Best Practice - Advanced mode vs multiple js files.

2016-11-23 Thread Thomas Heller
Hey, I have done quite a few experiments over the years and these would be my general recommendations. TL;DR: Embrace :advanced fully, keep non-cljs/closure out of your build, mind your dependencies, use closure modules to split code. Most things really depend on your app and your general

Re: [ClojureScript] Comparing maps and records

2016-11-23 Thread Juan Facorro
David, Issue created: CLJS-1859. Thank you for your work on ClojureScript. Cheers, Juan On Monday, November 21, 2016 at 6:55:30 PM UTC+1, David Nolen wrote: > Just a bug. File an issue in JIRA. > > > Thanks! > > > David > > > On Sun, Nov 20, 2016 at 10:58 AM, Juan Facorro

[ClojureScript] Deployment Best Practice - Advanced mode vs multiple js files.

2016-11-23 Thread Scott Klarenbach
I'm curious about Clojurescript deployment best practices. Even in advanced compilation mode, I'm finding the size my js to be pretty large. But my application code is quite a small fraction of the total. The rest is the Clojurescript runtime, React, Datascript, Material-UI components, etc.