This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-24
Channels
- # announcements (2)
- # aws (2)
- # babashka (1)
- # beginners (87)
- # boot (1)
- # calva (42)
- # clj-kondo (18)
- # cljdoc (5)
- # cljsjs (1)
- # cljsrn (1)
- # clojars (16)
- # clojure (222)
- # clojure-dev (30)
- # clojure-europe (17)
- # clojure-gamedev (2)
- # clojure-hungary (10)
- # clojure-italy (6)
- # clojure-nl (21)
- # clojure-spec (9)
- # clojure-uk (111)
- # clojuredesign-podcast (1)
- # clojurescript (99)
- # code-reviews (1)
- # conjure (18)
- # cursive (11)
- # datomic (22)
- # emacs (1)
- # events (3)
- # figwheel-main (3)
- # fulcro (14)
- # graalvm (41)
- # graphql (16)
- # helix (12)
- # juxt (1)
- # kaocha (56)
- # keechma (1)
- # meander (77)
- # observability (1)
- # off-topic (29)
- # pathom (3)
- # re-frame (4)
- # reagent (3)
- # reitit (1)
- # remote-jobs (3)
- # reveal (9)
- # shadow-cljs (45)
- # spacemacs (43)
- # sql (28)
- # tools-deps (14)
- # vim (1)
- # xtdb (26)
- # yada (1)
Hello
I'm a "old school" fulcro dev learning the new 3
stuff
I can't understand why this load!
work but when used inside route-deferred
don't work
there is a button using load!
inside the component
and a commented out will-enter
that use route-deferred
commented (because it not work)
https://github.com/souenzzo/realworld-starter-kit/blob/master/src/conduit/client.cljs#L146
actually, it must be higher up. F3 is no diff than 2: you have to compose state to root for initial things, and routers are definitely things
Just a quick reminder that the study group will be meeting a bit later on Wed 29th (4pm GMT) as Tony will be able to join in and answer questions. Anyone’s welcome =)…
The prior thread discussing this is here for anyone who missed it =)… https://clojurians.slack.com/archives/C68M60S4F/p1594209039194700 Pinging to give a reminder: @U2J4FRT2T @U0DUNNKT2 @U0522TWDA@U49U72C4V @UCJCPTW8J @U7433RQCT @U0DP57ZT9
Oh nice! I'm interested in joining - is there a link or should I just be on slack around that time?
hi folks, I had to spend an hour or two making Fulcro wrappers for material-ui components and i thought i'd share. if anyone's curious, here are the https://github.com/lgessler/glam/blob/master/src/main/glam/client/ui/material_ui.cljs and the https://github.com/lgessler/glam/blob/master/src/main/glam/client/ui/material_ui_icon.cljs