Rhys
Explore posts from serversDIAdiscord.js - Imagine an appRRailwaySIASapphire - Imagine a frameworkTtRPCAOAnswer OverflowTTCTheo's Typesafe CultAIAO IntegrationDTDrizzle Team
TTCTheo's Typesafe Cult
•Created by DocE - All Hail ⊢🟢 on 7/30/2024 in #questions
Theo Thermomix website
You're probably better of Tweeting at him for him to see it
6 replies
TTCTheo's Typesafe Cult
•Created by abhwshek on 6/13/2024 in #questions
Observability in Next.js
Yep I store high volume ephemeral data like individual request logs in axiom, and then long term persistent data like page views and button clicks in PostHog
14 replies
TTCTheo's Typesafe Cult
•Created by abhwshek on 6/13/2024 in #questions
Observability in Next.js
PostHog is good but it isn’t observability it’s analytics
14 replies
TTCTheo's Typesafe Cult
•Created by abhwshek on 6/13/2024 in #questions
Observability in Next.js
i think thats being fixed in the next few days
14 replies
TTCTheo's Typesafe Cult
•Created by Jack Clackett on 6/10/2024 in #questions
Trying to find video where Theo wraps third party library in a type safe way?
11 replies
TTCTheo's Typesafe Cult
•Created by Jack Clackett on 6/10/2024 in #questions
Trying to find video where Theo wraps third party library in a type safe way?
11 replies
TTCTheo's Typesafe Cult
•Created by Jack Clackett on 6/10/2024 in #questions
Trying to find video where Theo wraps third party library in a type safe way?
It was the posthog analytics video, I'll send a link
11 replies
TTCTheo's Typesafe Cult
•Created by abhwshek on 6/13/2024 in #questions
Observability in Next.js
14 replies
TTCTheo's Typesafe Cult
•Created by abhwshek on 6/13/2024 in #questions
Observability in Next.js
+1 to Axiom it's great
14 replies
TTCTheo's Typesafe Cult
•Created by xytunghoanh on 4/6/2024 in #questions
How to use generateStaticParams with trpc?
tRPC calls headers() which is causing the problem
19 replies
TTCTheo's Typesafe Cult
•Created by xytunghoanh on 4/6/2024 in #questions
How to use generateStaticParams with trpc?
yeah don't you want it to work?
19 replies
TTCTheo's Typesafe Cult
•Created by xytunghoanh on 4/6/2024 in #questions
How to use generateStaticParams with trpc?
async await is fine that should still work
19 replies
TTCTheo's Typesafe Cult
•Created by xytunghoanh on 4/6/2024 in #questions
How to use generateStaticParams with trpc?
If you just call your getAllPosts function directly that'll work
19 replies
TTCTheo's Typesafe Cult
•Created by xytunghoanh on 4/6/2024 in #questions
How to use generateStaticParams with trpc?
headers() relies on asynclocalstorage which is created on a per request basis
19 replies
TTCTheo's Typesafe Cult
•Created by xytunghoanh on 4/6/2024 in #questions
How to use generateStaticParams with trpc?
So there's no headers() which is called from tRPC
19 replies
TTCTheo's Typesafe Cult
•Created by xytunghoanh on 4/6/2024 in #questions
How to use generateStaticParams with trpc?
Uhhh it might be because generateStaticParams isn't a part of the request context
19 replies
TTCTheo's Typesafe Cult
•Created by xytunghoanh on 4/6/2024 in #questions
How to use generateStaticParams with trpc?
Is this in pages router? Looks like you're calling app router code from pages
19 replies
TTCTheo's Typesafe Cult
•Created by ivShoto on 4/6/2024 in #questions
postgres db probs on vercel lately?
Did localhost ever work for connecting to a postgres db on Vercel? I wouldn't expect it to you should have a database url to use
6 replies
TTCTheo's Typesafe Cult
•Created by Anthony on 3/23/2024 in #questions
SEO Nextjs Deployment
Haven’t used it before but it’s a lot less bloat & simpler than Next so I see a lot of positive sentiment for it for static sites
8 replies
TTCTheo's Typesafe Cult
•Created by Anthony on 3/23/2024 in #questions
SEO Nextjs Deployment
If you’re just doing a blog though, why not Astro?
8 replies