Skip to content Skip to sidebar Skip to footer
Showing posts with the label Clojurescript

How To Analyze Closure Compiler Bundle Size

I have an app in ClojureScript, which uses Google's Closure Compiler as a compiler backend. The… Read more How To Analyze Closure Compiler Bundle Size

Polymer Get Element By Id From Shadow Root

I am not able to get an element by id that is in the shadow root. It will return nil. Here is the c… Read more Polymer Get Element By Id From Shadow Root

Accessing "this" In Clojurescript

Is there a way to access the 'this' object in clojurescript? I am having issues with event … Read more Accessing "this" In Clojurescript

What Is The Clojurescript Analogue Of Delete From Javascript?

I'm seeing lots of code using the pattern: delete b[d]; Now I'm translating this to: (aset… Read more What Is The Clojurescript Analogue Of Delete From Javascript?