Fork me on GitHub
#clojurescript
<
2017-08-26
>
Aron04:08:41

any suggestions on recent clojurescript talks about tooling that are worth a watch?

rgdelato04:08:12

It's not exactly about ClojureScript, but I'm pretty excited for Unrepl: https://www.youtube.com/watch?v=2P-UzXksdHs

Aron04:08:53

i started watching it but it feels this is for experts and i am just a beginner myself. what specifically makes you "excited" about it? šŸ™ƒ

theeternalpulse04:08:11

was just watching the other vide he mentioned in the beginning

symfrog09:08:40

@ashnur I gave an overview talk recently that you might find useful https://github.com/cljmuc/videos/releases/tag/2017.08.01

Aron05:08:11

the video is great but the sound quality is weird, reminds me of jabra šŸ˜„

coetry13:08:19

Good morning everyone. For some reason, Figwheel is loading the full path name of the compiled js instead of the relative path and iā€™m getting console errors.

coetry13:08:43

When I remove the /resources/public manually, it works fine

coetry13:08:15

:compiler     {:main                 "gridiron.core-card"
                    :optimizations        :none
                    :output-to            "resources/public/js/gridiron_devcards.js"
                    :output-dir           "resources/public/js/devcards_out"
                    :asset-path "js/devcards_out"
                    :source-map-timestamp true

coetry13:08:16

nvm, I had to reload the figwheel config from within the running repl

josh_horwitz16:08:42

Are there any articles on how to introduce ClojureScript into an existing React application?

souenzzo03:08:15

I'm also looking for it