Fork me on GitHub
#fulcro
<
2020-07-24
>
souenzzo02:07:04

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

tony.kay03:07:42

Read the warnings: You are missing initial state somewhere

tony.kay03:07:53

well, in that component itself, likely 😄

tony.kay03:07:58

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

souenzzo11:07:12

Why it work without initial-state when I'm not using will load?

souenzzo11:07:19

Well. It's working. tnks 🙂

folcon14:07:36

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 =)…

👍 6
folcon14:07:56

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

dvingo14:07:11

Oh nice! I'm interested in joining - is there a link or should I just be on slack around that time?

3
lgessler01:07:22

awesome! i'll be there

3
JAtkins03:07:22

Ping me as well please 🙂

3
zilti12:07:42

I'll try to be there as well 🙂

3
lgessler17:07:40

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

🔥 9