This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-25
Channels
- # announcements (9)
- # aws (50)
- # babashka (7)
- # beginners (95)
- # calva (10)
- # chlorine-clover (17)
- # cljdoc (11)
- # cljs-dev (4)
- # cljsrn (6)
- # clojars (25)
- # clojure (74)
- # clojure-belgium (4)
- # clojure-dev (17)
- # clojure-europe (3)
- # clojure-italy (23)
- # clojure-nl (3)
- # clojure-norway (5)
- # clojure-sanfrancisco (30)
- # clojure-spec (46)
- # clojure-uk (27)
- # clojured (3)
- # clojurescript (91)
- # core-async (61)
- # cursive (3)
- # data-science (4)
- # datascript (7)
- # datomic (67)
- # emacs (15)
- # events (1)
- # figwheel-main (13)
- # fulcro (31)
- # graalvm (1)
- # graphql (3)
- # hoplon (2)
- # jobs (3)
- # jobs-rus (1)
- # kaocha (4)
- # lambdaisland (34)
- # luminus (4)
- # off-topic (62)
- # om (4)
- # other-languages (9)
- # re-frame (14)
- # reitit (1)
- # ring-swagger (1)
- # shadow-cljs (51)
- # sql (5)
- # xtdb (8)
I’ve tried following that tutorial and have tried following the usage in https://github.com/flexsurfer/rn-shadow-steroid too, but I haven’t been able to get the hot reload with shadow-cljs working. Any suggestions on how to get it working?
hey, make sure you have `
:devtools {:autoload true
:after-load steroid.rn.core/reload}
in your shadow ednI checked, but it was already there. The rest of the file was the same too. After successfully running the project source from GitHub and comparing the files, I found that it was the shadow-cljs
dev dependency causing the issues. Removing it from my package.json
resulted in the hot reload working correctly.
Is yarn add --dev shadow-cljs
actually needed in https://hackmd.io/@byc70E6fQy67hPMN0WM9_A/rJilnJxE8#2-Add-shadow-cljs?