This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-30
Channels
- # announcements (2)
- # beginners (87)
- # boot-dev (9)
- # cider (3)
- # cljs-dev (72)
- # clojure (81)
- # clojure-europe (1)
- # clojure-france (1)
- # clojure-italy (1)
- # clojure-nl (2)
- # clojure-russia (212)
- # clojure-serbia (3)
- # clojure-spec (4)
- # clojure-uk (31)
- # clojurescript (82)
- # cursive (15)
- # datascript (2)
- # datomic (27)
- # dirac (11)
- # events (6)
- # fulcro (12)
- # hoplon (3)
- # jobs-discuss (1)
- # klipse (12)
- # off-topic (50)
- # overtone (8)
- # reagent (20)
- # reitit (7)
- # shadow-cljs (1)
@mdhaney Thank you so much!😊 Your experience makes me a lot less detours. Do you use “re-natal init ProjectName -i om-next” for scaffold? My workflow is using : expo init ProjectName(it’s “expo”: “^31.0.2”),then add the shadow-cljs.edn. then yarn add ntl-messageformat@^2.2.0 ,then add wilerlucio’s glue code. compile the cljs to node_modules/xxx ,then import to the App.js.
If @mdhaney or @eric.shao or anyone wants to contribute a “native appendix” for the book, I’d gladly include it.
@tony.kay I’d like to but not capable of that,I wish I can. I will follow along,report my issues.
Hi! I added a test to the template (sample_spec), like this: https://gist.github.com/hmaurer/13455db916c5790ed81a59bd883a3df8 However, only one test is showing up in the UI: https://puu.sh/CpgCL/7dc29176f3.png What did I do wrong?