This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-02
Channels
- # announcements (21)
- # bangalore-clj (1)
- # beginners (122)
- # calva (29)
- # cider (9)
- # cljdoc (1)
- # cljs-dev (7)
- # cljsrn (1)
- # clojure (84)
- # clojure-dev (11)
- # clojure-europe (2)
- # clojure-houston (2)
- # clojure-italy (31)
- # clojure-nl (5)
- # clojure-uk (37)
- # clojuredesign-podcast (3)
- # clojurescript (14)
- # cursive (66)
- # data-science (5)
- # datavis (1)
- # datomic (6)
- # fulcro (16)
- # graphql (4)
- # jobs (2)
- # music (1)
- # off-topic (20)
- # pedestal (1)
- # re-frame (2)
- # reagent (2)
- # shadow-cljs (155)
- # spacemacs (5)
- # tools-deps (5)
- # vim (8)
- # yada (1)
I’ve started a new series of videos for Fulcro 3. Two complete (one still uploading at the moment). Very basic, but a start.
Haha just asked for that in Clojure south conference now my wishes came true. Thank you!
Thank you Tony! I was just going through Fulcro 3 docs and was hoping that you would redo the videos you did for Fulcro 2 for this version... Your Fulcro 2 videos are top notch and very helpful. Looking forward to going through the new videos this weekend. Cheers
@tony.kay nice intro. the last minute of the first video has very distorted audio though. second also broke at ~16:20
and a minor note on the config: the :entries [app.client]
isn't necessary since :init-fn app.client/init
already adds app.client
into :entries
automatically
Ug. Yeah, both recordings got interrupted and had to be edited, and I guess the trim tool in Quicktime doesn’t work as well any more. I’ll have to re-record them, which is a pain. Ah, and thanks for the note on the shadow config. I’ll fix that in the re-recording.
I listened to what was there on both of the videos, and really enjoyed them. Good work!
I dabble in video editing as a hobby and I have Final Cut, so if you continue to have editing problems, I would be more than happy to handle that for you.
Thanks @U0JPBB10W. I’m just extremely time-crunched, so the back-and-forth upload collaborate thing is probably more time than just re-recording it…I think I’ve got the flow now.
Hallo, latest fulcro appears to break fulcro inspect because of the fulcro css dependency
Or rather, it appears that if i need fulcro-inspect, while using f3, i’ll need to have both f3 and f2 in the classpath
is it possible to make fulcro put nil instead of :com.fulcrologic.fulcro.algorithms.merge/not-found
when a components query doesn’t have a value at that slot?