This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-05
Channels
- # announcements (3)
- # babashka (135)
- # beginners (82)
- # calva (55)
- # chlorine-clover (23)
- # cider (13)
- # clara (1)
- # clj-kondo (39)
- # cljs-dev (1)
- # cljsrn (2)
- # clojure (96)
- # clojure-france (3)
- # clojure-uk (24)
- # clojuredesign-podcast (1)
- # clojurescript (56)
- # conjure (73)
- # core-typed (1)
- # cursive (1)
- # datomic (10)
- # fulcro (57)
- # joker (4)
- # juxt (1)
- # malli (20)
- # meander (2)
- # off-topic (54)
- # re-frame (4)
- # reagent (3)
- # shadow-cljs (11)
- # spacemacs (6)
- # sql (26)
- # tools-deps (7)
I made an npm create kit for a one command solution to generating expo cljs react native projects. https://www.npmjs.com/package/create-expo-cljs-app Also wrote a blog post about making this https://jgood.io/posts-output/2020-04-05-stealing-with-deps. Hopefully this comes in handy for someone 🙂
👍 20
This is great, thanks! About the dev setup: I'm running both expo start and shadow-cljs watch. When I write a file shadow generates js, I see the changes in the browser immediately, and then expo finishes bundling things and the whole app reloads and this takes quite a while. Is this normal or am I doing something wrong?