This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-20
Channels
- # announcements (33)
- # aws (1)
- # babashka (8)
- # beginners (100)
- # calva (59)
- # clara (4)
- # clj-kondo (33)
- # cljdoc (9)
- # cljs-dev (30)
- # cljsrn (1)
- # clojure (24)
- # clojure-australia (1)
- # clojure-boston (1)
- # clojure-dev (4)
- # clojure-europe (14)
- # clojure-france (5)
- # clojure-italy (7)
- # clojure-nl (1)
- # clojure-uk (36)
- # clojurescript (13)
- # clojureverse-ops (6)
- # conjure (2)
- # cursive (2)
- # datahike (11)
- # datalevin (1)
- # datomic (106)
- # graphql (3)
- # helix (10)
- # holy-lambda (24)
- # kaocha (2)
- # lambdaisland (3)
- # lsp (199)
- # malli (35)
- # off-topic (16)
- # pathom (7)
- # polylith (38)
- # portal (16)
- # quil (2)
- # re-frame (18)
- # reagent (57)
- # shadow-cljs (11)
- # testing (3)
- # xtdb (9)
What is the current state regarding mobile app development using Clojurescript? Is using Clojurescript for native mobile apps a viable option as of now?
What tools/frameworks/libraries do I need to use? Can you point me to some online resources?
I don't do mobile development. But you can use any JS frameworks and libraries just fine via interop. And chances are, there are CLJS-specific things.
I don’t do mobile either, but people seem to go here https://github.com/vouch-opensource/krell
As mentioned in the krell docs, shadow-cljs also has baked in support for :target :react-native
, so that may be worth exploring as well. Here's a blog post on that from shadow's website: https://hackmd.io/@byc70E6fQy67hPMN0WM9_A/rJilnJxE8
Does anyone use Conjure? I'm guessing this is a super beginner issue but this seems weird to me.
:dependencies [[org.clojure/clojure "1.10.0"]
[org.clojure/clojurescript "1.10.773"]
[org.clojure/core.async "0.4.500"]
[reagent "0.10.0"]
[datascript "1.2.8"]]
Sadly not it, but I appreciate the help!