Fork me on GitHub
#re-frame
<
2018-12-14
>
sandbags12:12:21

I need to build an app that has to work on mobile (i principally care about iPhone & iPad but with a nod to Android phones & tablets) as well as desktop, in the past I used re-com but - if I go by the site - that library still seems to be very chrome desktop focused. Is there an alternative that anyone would recommend?

sandbags12:12:04

I'm not building anything super-fancy it's a simple SPA where a user will sort a set of cards into piles, submit some data to a backend (probably Compojure) app, and get thanked

Lu11:12:30

I’ve recently explored some solutions and found out that re-natal and expo do a pretty good job ... If you don’t want to go with react native you can build your app using html and css and render it in a view .. Cordova allows you to do that .. I would suggest you try Cordova first, as you can build your product much faster and it’ll work on every platform.. there are several repos out there you can clone and start experimenting with 😊

sandbags12:12:02

I'm also wondering if the re-frame-template is deliberately holding on Clojure 1.8 and an older version of cljs or just not updated recently.

Whiskas13:12:22

@lucio , i think i kinda solved this tbh

👍 4
gadfly36117:12:39

@sandbags 1) hasn't been updated recently. So I haven't considered the cljs and clj versions for a while. 2) when I do consider the versions I try to be consistent with figwheel's recommendation in their readme ... Which are now: [org.clojure/clojure "1.9.0"] [org.clojure/clojurescript "1.10.238"]