Jacob
Jacob
TTCTheo's Typesafe Cult
Created by techblooded on 4/27/2023 in #questions
What does acme stand for?
Yeah acme is a placeholder company name. It comes from Looney Toons. https://en.wikipedia.org/wiki/Acme_Corporation
10 replies
TTCTheo's Typesafe Cult
Created by Liam Idrovo on 4/28/2023 in #questions
How does a React component require data to render in a SPA
If I remember correctly he was talking about how when the server first responds with the HTML and then the JS, the user won't see updated data until hydration finishes
4 replies
TTCTheo's Typesafe Cult
Created by 'antonyyprints' on 2/11/2023 in #questions
should I use ctx or api?
Sorry, not the most proficient with trpc, I've only played with it a bit. Not sure
14 replies
TTCTheo's Typesafe Cult
Created by 'antonyyprints' on 2/11/2023 in #questions
should I use ctx or api?
They do different things, the trpc client context is seperate
14 replies
TTCTheo's Typesafe Cult
Created by 'antonyyprints' on 2/11/2023 in #questions
should I use ctx or api?
with API, you make calls like api.someProcedure.someFn.useQuery({})
14 replies
TTCTheo's Typesafe Cult
Created by 'antonyyprints' on 2/11/2023 in #questions
should I use ctx or api?
Ah I see
14 replies
TTCTheo's Typesafe Cult
Created by 'antonyyprints' on 2/11/2023 in #questions
should I use ctx or api?
What does the error say where the squiggly lines are under api
14 replies
TTCTheo's Typesafe Cult
Created by exodus on 2/4/2023 in #questions
Astro as a multi-app host (i.e. microfrontends)
Although, now that I’m thinking about it, I would probably use Astro for this too. Since in this case it would basically serve as a nice way to connect multiple basically standalone Vite apps with a shared API
6 replies
TTCTheo's Typesafe Cult
Created by exodus on 2/4/2023 in #questions
Astro as a multi-app host (i.e. microfrontends)
Would you be using Astro for the API? Seems like a pain
6 replies
TTCTheo's Typesafe Cult
Created by exodus on 2/4/2023 in #questions
Astro as a multi-app host (i.e. microfrontends)
I haven’t used it but I’ve heard good things about Nx, maybe that would be good for this
6 replies
TTCTheo's Typesafe Cult
Created by exodus on 2/4/2023 in #questions
Astro as a multi-app host (i.e. microfrontends)
If the apps are all SPA then I don’t really see why not, but I think I’m missing something
6 replies