cljsrn

Jonovono 2022-04-03T22:16:40.352949Z

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

dotemacs 2022-04-05T08:23:04.462129Z

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.

πŸ’― 2
πŸ§™ 1
πŸ™Œ 1
Jonovono 2022-04-05T15:31:46.916879Z

thanks πŸ™‚