Fork me on GitHub
#clojurescript
<
2021-01-09
>
Idan Melamed11:01:55

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?

p-himik11:01:50

> 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.

❤️ 3
Idan Melamed11:01:55

Thanks, I'll look it up in the docs

Carlo11:01:37

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?

Carlo15:01:03

I'm using expound, doing (set! s/*explain-out* expound/printer) in one of my files, but not much seems to change

Carlo18:01:05

edit: it turns out that expound doesn't immediately work with shadow-cljs and I'm trying to figure why