This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-03
Channels
- # announcements (5)
- # aws (3)
- # babashka (52)
- # babashka-sci-dev (23)
- # beginners (51)
- # calva (191)
- # clj-commons (18)
- # clj-kondo (11)
- # cljdoc (39)
- # cljsrn (3)
- # clojure (24)
- # clojure-czech (3)
- # clojure-dev (2)
- # clojure-europe (15)
- # clojuredesign-podcast (2)
- # clojurescript (8)
- # conjure (2)
- # core-typed (151)
- # cursive (15)
- # data-science (3)
- # datalevin (4)
- # datomic (8)
- # figwheel-main (21)
- # fulcro (37)
- # gratitude (3)
- # honeysql (1)
- # hyperfiddle (2)
- # introduce-yourself (1)
- # malli (3)
- # membrane (54)
- # off-topic (21)
- # other-languages (4)
- # portal (18)
- # re-frame (12)
- # reagent (7)
- # releases (2)
- # sci (64)
- # spacemacs (14)
- # sql (2)
- # vim (4)
- # xtdb (6)
Has anyone explored code push for a clojure script react native app? Or any other way of doing over the air updates ? What I would also be interested in doing is making changes to a live running production app from my computer (repl into into the device) Wondering if anyones played around with something like this
Hey @jordan698 it does work. A few cljsrn apps that are in production do use it. I guess people who work on them are too busy to reply here to confirm 🙂 But it does work. Once you write your cljs, you transpile it to JS and you push that to the live app that is already installed on your user’s devices.
Hey @jordan698 it does work. A few cljsrn apps that are in production do use it. I guess people who work on them are too busy to reply here to confirm 🙂 But it does work. Once you write your cljs, you transpile it to JS and you push that to the live app that is already installed on your user’s devices.