shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
Jason 2021-01-23T00:19:54.022300Z

I want to try out a js library whose install instructions want me to do something like

<NewLibProvider>
    <App />
</NewLibProvider>
What is the best / most idiomatic way to do that in a shadow app?

thheller 2021-01-23T00:44:05.022700Z

depends on which react wrapper you prefer. reagent is probably easiest?

Jason 2021-01-23T01:20:12.023500Z

an expertly weighted nudge in the right direction. thanks

2021-01-23T16:37:57.027700Z

I'm getting this error when initially firing up:

Note: The following stack trace applies to the reader or compiler, your code was not executed.
CompilerException Syntax error compiling at (rewrite_clj/custom_zipper/core.clj:59:1). #:clojure.error{:phase :compile-syntax-check, :line 59, :column 1, :source "rewrite_clj/custom_zipper/core.clj"}
I haven't fired up my project in a little while. It worked just fine last time I looked at it like a month ago but now the above occurs. Edit: looks like upgrading to latest shadow fixed it.

thheller 2021-01-23T17:48:00.028300Z

this is not part of any code shadow-cljs uses. maybe cider-nrepl?