armand.salle
armand.salle
TTCTheo's Typesafe Cult
Created by armand.salle on 5/9/2023 in #questions
Next.js : Get server component data in client component
aaah nice! Thank you 👍
6 replies
TTCTheo's Typesafe Cult
Created by armand.salle on 5/9/2023 in #questions
Next.js : Get server component data in client component
async function Layout() {
const machine = getMachine()

return <ClientComponent machine={machine} />
}

function ClientComponent(machine) {
useMachine(machine)
}
async function Layout() {
const machine = getMachine()

return <ClientComponent machine={machine} />
}

function ClientComponent(machine) {
useMachine(machine)
}
6 replies
TTCTheo's Typesafe Cult
Created by armand.salle on 5/9/2023 in #questions
Next.js : Get server component data in client component
Okay so I will be able to do some props drilling between my layout file which is a server component and my client component ?
6 replies
TTCTheo's Typesafe Cult
Created by armand.salle on 11/12/2022 in #questions
Next Auth not working in production only
Yes, I clear my sessions + user + token tables
14 replies
TTCTheo's Typesafe Cult
Created by armand.salle on 11/17/2022 in #questions
How do you handle loaders and 'flash' with TRPC?
I will take a look at isr 👍
4 replies
TTCTheo's Typesafe Cult
Created by armand.salle on 11/12/2022 in #questions
Next Auth not working in production only
Yes, I think too, I will try again tomorrow. Thank you very much for your time and your answers 🙌
14 replies
TTCTheo's Typesafe Cult
Created by armand.salle on 11/12/2022 in #questions
Next Auth not working in production only
the errors tab is awaiting new requests but never stop
14 replies
TTCTheo's Typesafe Cult
Created by armand.salle on 11/12/2022 in #questions
Next Auth not working in production only
Yes I revoke my account, but it didn't fix it. I have the problem only with my GH and Google account. Maybe I login too much?
14 replies
TTCTheo's Typesafe Cult
Created by armand.salle on 11/12/2022 in #questions
Next Auth not working in production only
It works with my other GH account, I didn't think about testing that!!
14 replies
TTCTheo's Typesafe Cult
Created by armand.salle on 11/12/2022 in #questions
Next Auth not working in production only
14 replies