In building the web frontend for Outboard, I
am using Apple’s MapKit JS,
which is delivered via CDN and not included in my application’s bundle locally.
Under ClojureScript’s advanced compilation, this means there are places where
type hinting for externs is
necessary.
Continue reading
Once you’ve grokked the Re-Frame philosophy
for building truly reactive applications on React in ClojureScript, you will
want to apply it everywhere. One obvious and ubiquitous application of effects
is asynchronous HTTP requests, and of course there is
an officially sanctioned library for
handling these. One problem: it relies on an AJAX library that only works with
the browser XHR implementation. So what can we do in React Native-based
Clojurescript apps?
Continue reading
I try to hang out in the #cljsrn
channel on Clojurians Slack
to answer questions that I can as they come up, and one in particular that I
also puzzled over has recurred: Why is there so much keyboard lag on my
TextInput
elements? Is this inherent in React Native or ClojureScript?
Continue reading