This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-28
Channels
- # aws (1)
- # babashka (113)
- # beginners (41)
- # cider (9)
- # cljdoc (15)
- # cljs-dev (8)
- # cljsrn (5)
- # clojure (113)
- # clojure-australia (4)
- # clojure-europe (40)
- # clojure-nl (8)
- # clojure-taiwan (1)
- # clojure-uk (60)
- # clojurescript (59)
- # code-reviews (2)
- # conjure (1)
- # datahike (12)
- # events (1)
- # jobs (1)
- # kaocha (4)
- # lsp (24)
- # luminus (19)
- # malli (4)
- # off-topic (28)
- # pathom (10)
- # philosophy (1)
- # portal (6)
- # re-frame (3)
- # reagent (9)
- # remote-jobs (1)
- # shadow-cljs (31)
- # sql (24)
- # tools-deps (6)
- # xtdb (14)
I need help integrating react native with my reagent / figwheel app. I am trying to build a mobile app, but the tutorial I started with was for web apps... https://betweentwoparens.com/start-a-clojurescript-app-from-scratch Should I use krell, shadow-cljs, or what?
I opened and then closed this, https://github.com/vouch-opensource/krell/issues/137 Because I put the dependency in my deps.edn, but then realized the part I need help with, is integrating with figwheel.
you don't integrate this with figwheel. krell is its own tool that handles REPL and hot-reload without figwheel. figwheel you can just keep as is for web stuff.
Also, figwheel-main supports React Native by itself (that’s what I’ve been using) https://figwheel.org/docs/react-native.html You should be able to follow the guide above and get a working dev REPL. I haven’t tried it recently, but I have gone through it in the past and it worked. Ask here if any questions.