Fork me on GitHub
#clojurescript
<
2022-04-10
>
Kira McLean19:04:01

Is anyone using react native (or some other framework) with clojurescript (or clojure somehow?) for mobile development? I remember seeing a great David Nolan talk a little while ago about some cool tools they use at Vouchio for a very much non-trivial app, but I can’t remember if it was all hand-rolled/custom stuff or a framework. Anyway I want to try mobile development but also have that belligerent programmer mentality about wanting to use my favourite:sparkles: language.. poking around at what’s already out there and thought I’d ask here in case anyone has any cool options in mind!

Kira McLean19:04:10

yes, that’s exactly what he used in the talk! thanks. Looks like React native might a realistic option, that’s so cool!

👍 1
kennytilton19:04:41

Hey, @UPGS9BS0L. First a general tip, a channel dedicated to RN: #cljsrn. Another general resource: https://cljsrn.org/. Getting more specific, we found this a great way to get going with CLJS on RN: https://github.com/PEZ/rn-rf-shadow. And be still our Fluttering hearts, coming RSN: https://github.com/Tensegritics/ClojureDart. hth.

kennytilton20:04:04

Oops, and another approach that I had good luck with, this one not involving re-frame: https://github.com/lilactown/helix/blob/master/docs/react-native.md.

Kira McLean21:04:54

these are excellent resources, thanks so much! especially the channel.. perfect!