This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-14
Channels
- # aleph (3)
- # announcements (16)
- # aws (6)
- # babashka (10)
- # beginners (28)
- # cider (1)
- # clj-kondo (14)
- # cljdoc (2)
- # cljs-dev (27)
- # cljsrn (7)
- # clojure (78)
- # clojure-europe (2)
- # clojurescript (13)
- # conjure (6)
- # core-async (2)
- # fulcro (5)
- # helix (7)
- # jobs (1)
- # lgbtq (1)
- # malli (12)
- # missionary (1)
- # nbb (10)
- # pathom (1)
- # portal (12)
- # protojure (1)
- # re-frame (41)
- # react (2)
- # reitit (1)
- # reveal (1)
- # shadow-cljs (72)
- # sql (11)
- # tools-deps (8)
- # vim (1)
- # xtdb (4)
@emi there's no starter other than the Reagent tutorial - also note that Figwheel and shadow-cljs may have a better getting started experience - they both support React Native as well
Yup, had a shadow-cljs / expo project running, but I loved your video on Krell & Storybook JS so I want to give it a spin. Will try the Reagent tutorial!
the reason for Krell over the other options was something that just did one thing - and a direct control of the feature set - we've focused on the features that have the most impact for our work
@emi I think the choice of Storybook and any REPL will get you there. Krell doesn’t do anything special wrt. Storybook
Out of interest, what is your setup for requiring the jsx components? I tried moving my expo/shadow project to krell (just to see what its like really) but the (js/require "../src/js/foo.js")
calls seem to get rewritten as "../src/src/js/foo.js"
(solved by not having the js files under 'src'), and I'm not sure how to require js files without shadow other than making them npm modules