This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-26
Channels
- # announcements (6)
- # beginners (69)
- # calva (10)
- # clj-kondo (9)
- # clojure (32)
- # clojure-uk (9)
- # clojuredesign-podcast (13)
- # clojurescript (14)
- # clojureverse-ops (2)
- # conjure (24)
- # cursive (12)
- # data-science (1)
- # datomic (13)
- # graalvm (5)
- # jobs-discuss (4)
- # malli (6)
- # meander (33)
- # off-topic (9)
- # pedestal (2)
- # re-frame (38)
- # reitit (6)
- # rum (4)
- # shadow-cljs (6)
- # tools-deps (8)
- # xtdb (26)
Can someone point me to a working shadow-cljs example that runs out of the box? I have tried several (e.g. https://github.com/shadow-cljs/examples/tree/master/re-frame) that all seem to have various errors.
e.g.
[:app] Build failure:
The required namespace "react" is not available, it was required by "mranderson047/reagent/v0v8v0_alpha2/reagent/core.cljs".
I see, I think I might only need
npm install react react-dom create-react-class react-flip-move react-highlight.js
first. But it might be nice if the examples "just worked", although I understand that might be more difficult.@aaelony those examples are rather outdated. there are a couple more recent ones out there though. I recommend starting with the quick start so you understand whats going on https://github.com/thheller/shadow-cljs/blob/master/README.md
👍 3