This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-21
Channels
- # admin-announcements (1)
- # announcements (6)
- # babashka (8)
- # beginners (134)
- # calva (18)
- # chlorine-clover (1)
- # cider (6)
- # circleci (6)
- # clj-commons (111)
- # cljsrn (13)
- # clojure (95)
- # clojure-australia (2)
- # clojure-europe (15)
- # clojure-nl (1)
- # clojure-spec (52)
- # clojure-uk (17)
- # clojurescript (4)
- # datavis (9)
- # datomic (8)
- # docker (2)
- # emacs (15)
- # events (7)
- # fulcro (6)
- # graphql (1)
- # gratitude (1)
- # introduce-yourself (2)
- # kaocha (8)
- # meander (87)
- # minecraft (2)
- # music (2)
- # off-topic (20)
- # portal (119)
- # releases (1)
- # reveal (55)
- # shadow-cljs (34)
- # sql (36)
- # tools-deps (9)
- # vim (8)
- # xtdb (39)
No questions or problems, just want to take a moment to publicly sing the praises of shadow-cljs for RN development. I have successfully taken a production codebase from a Boot-driven workflow on ejected ExpoKit SDK36, to a shadow-driven, bare workflow, running on Expo SDK 42 in like two weeks, by myself. Getting a new project up and running to the point that I could copy our code and assets into place and build (this is, by the by, the officially documented way to upgrade from an old ExpoKit project to the “new” bare workflow) was so straightforward it was difficult to believe. Now, working through the breaking changes to various RN ecosystem APIs between RN 0.59 and today is, I can’t honestly say that work is a delight but at least using the REPL and the build system is easy and reliable and gets out of my way. Thanks so much, @thheller et. al!
@brandon.ringe separate repo, you do not need to publish - Git deps are thing in Node.js - though way less fun than Clojure tools deps
How do you build your library for consumption by the app? I’m currently using react-native-builder-bob to compile the component code to commonjs, partly because requiring the source itself doesn’t seem to work well, at least with shadow-cljs. I know you’re using krell, though. Maybe you’re able to just use the source as-is?
Failed to load class org.slf4j.impl.StaticLoggerBinde
is this error normal when I run clj -M -m krell.main -co build.edn -c -r
the app works normally but I don't know how to solve this error and if it's something necessary to solve
@m373h4n That’s normal (and present in a lot of libraries). It’s just not finding a Log4J adapter that you might use to redirect log output somewhere.
https://github.com/vouch-opensource/krell/issues/142 any idea about this?
I started several projects and followed same steps sometimes I got this issue sometimes not totally randomly happening