This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-26
Channels
- # beginners (5)
- # cider (4)
- # clojure (60)
- # clojure-austin (1)
- # clojure-berlin (1)
- # clojure-dev (6)
- # clojure-italy (5)
- # clojure-spec (2)
- # clojure-uk (2)
- # clojurescript (13)
- # community-development (17)
- # cursive (5)
- # datomic (11)
- # fulcro (9)
- # hoplon (5)
- # jobs-rus (2)
- # om (1)
- # parinfer (1)
- # protorepl (15)
- # re-frame (10)
- # reagent (12)
- # sql (5)
- # unrepl (3)
It's not exactly about ClojureScript, but I'm pretty excited for Unrepl: https://www.youtube.com/watch?v=2P-UzXksdHs
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? š
was just watching the other vide he mentioned in the beginning
@ashnur I gave an overview talk recently that you might find useful https://github.com/cljmuc/videos/releases/tag/2017.08.01
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.
: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
Are there any articles on how to introduce ClojureScript into an existing React application?