This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-07
Channels
- # announcements (2)
- # bangalore-clj (1)
- # beginners (88)
- # calva (1)
- # cljdoc (1)
- # cljs-dev (1)
- # cljsrn (2)
- # clojure (88)
- # clojure-berlin (2)
- # clojure-europe (2)
- # clojure-india (1)
- # clojure-spec (3)
- # clojure-uk (3)
- # clojurescript (9)
- # clojureverse-ops (4)
- # clojutre (2)
- # cursive (3)
- # data-science (1)
- # emacs (3)
- # fulcro (12)
- # pathom (4)
- # reitit (1)
- # rum (10)
- # shadow-cljs (9)
- # spacemacs (11)
- # sql (7)
- # tools-deps (16)
- # vim (14)
- # xtdb (3)
- # yada (1)
question: I have a codebase that I’d like to migrate to shadow. The codebase makes pretty extensive use of :libs
, basically, a fair amount of code is written in Google Closure JS and consumed by cljs code. Does shadow have a story for consuming such js files? these JS files can be run through advanced compilation as well…
@jiangts just put them on the regular classpath. no need to configure them any further
Guys, any documentation about using JSX
files directly with Clojurescript project via shadow-cljs
?
I found it! https://shadow-cljs.github.io/docs/UsersGuide.html#_javascript_dialects Thanks @thheller!
When I wanted to use Babel transpiled js
files with my shadow-cljs
project.
I’ve seen this error.
I fetch the shadow-examples from git
. But, same is at the [email protected]
.
TypeError: undefined is not an object (evaluating 'module$node_modules$react$index.default.createElement')