This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-09
Channels
- # asami (10)
- # babashka (11)
- # beginners (24)
- # braveandtrue (1)
- # cider (4)
- # cljs-dev (4)
- # clojure (88)
- # clojure-europe (19)
- # clojurescript (6)
- # code-reviews (7)
- # conjure (2)
- # core-async (2)
- # css (3)
- # cursive (11)
- # expound (81)
- # fulcro (2)
- # hoplon (1)
- # off-topic (42)
- # pathom (1)
- # re-frame (5)
- # shadow-cljs (17)
- # spacemacs (25)
- # testing (6)
- # tools-deps (3)
- # xtdb (12)
Hi all, About a year ago I created this https://hahimur.com/ for me and my friends to share predictions foe the upcoming Euro 2020, now Euro 2021. I'd like recreating this in clojurescript. A couple of questions... From what I see Reagent and Re-Frame are kind of a consensus... I'm guessing they will be OK here. Any reason not to use them? How do I include a UI Framework?
> Any reason not to use them? Depends on you. Might be 0 or plenty. I would just go through Reagent and re-frame issue trackers and see if there's anything affecting me. > How do I include a UI Framework? Reagent has an extensive documentation and examples on the topic.
Thanks, I'll look it up in the docs
good morning, I set up some instrumentation for a function in a cljs-shadow-cljs using emacs. When the function is executed, I get my error in the minibuffer, but not properly formatted. I could also do cider-eval-print-last-sexp
and have the result in the buffer, but again cider is not able to format if properly with cider-format-region
. How do you format spec
errors?