Maj
Maj
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Tyler on 7/6/2023 in #questions
Does anyone know of a performant slider/carousel library for react?
"AnimatePresence" component
8 replies
TTCTheo's Typesafe Cult
Created by Tyler on 7/6/2023 in #questions
Does anyone know of a performant slider/carousel library for react?
i use framer motion
8 replies
TTCTheo's Typesafe Cult
Created by Tyler on 7/6/2023 in #questions
Does anyone know of a performant slider/carousel library for react?
this is nice yeah
8 replies
TTCTheo's Typesafe Cult
Created by Tyler on 7/6/2023 in #questions
Does anyone know of a performant slider/carousel library for react?
Like an image gallery slider?
8 replies
TTCTheo's Typesafe Cult
Created by fstorm007 on 6/23/2023 in #questions
Website Suggestion
Now i see🤣
8 replies
TTCTheo's Typesafe Cult
Created by fstorm007 on 6/23/2023 in #questions
Website Suggestion
Oh okay my bad
8 replies
TtRPC
Created by puzzles9351 on 6/23/2023 in #❓-help
useQuery with query params
This is how i use it.
4 replies
TtRPC
Created by puzzles9351 on 6/23/2023 in #❓-help
useQuery with query params
const router = useRouter();
const { categoryId } = router.query;
const { data: categoryProducts, isFetched } = api.category.getCategoryItems.useQuery(
{ name: categoryId as string[] },
{ enabled: router.isReady, refetchOnWindowFocus: false },
)
const router = useRouter();
const { categoryId } = router.query;
const { data: categoryProducts, isFetched } = api.category.getCategoryItems.useQuery(
{ name: categoryId as string[] },
{ enabled: router.isReady, refetchOnWindowFocus: false },
)
4 replies
TtRPC
Created by puzzles9351 on 6/23/2023 in #❓-help
useQuery with query params
u can do enabled: router.isReady
4 replies
TTCTheo's Typesafe Cult
Created by test_1 on 6/23/2023 in #questions
socket.io + tRPC
If you really want to implement this. then i think option 3 would be okay.
4 replies
TTCTheo's Typesafe Cult
Created by fstorm007 on 6/23/2023 in #questions
Website Suggestion
I dont see a reason of having a portfolio webpage with adsense /ads.
8 replies
TTCTheo's Typesafe Cult
Created by dearmannerism on 6/21/2023 in #questions
re-send email verification endpoint
maybe use clerk
29 replies
TTCTheo's Typesafe Cult
Created by ok ok ok on 6/23/2023 in #questions
Should I use postman? I am trying to start using APIs in my personal projects.
Yes i vote for Insomnia as well.
6 replies
TTCTheo's Typesafe Cult
Created by .traevelliath on 6/22/2023 in #questions
Prisma 2-3 levels deep queries
17 replies
TTCTheo's Typesafe Cult
Created by .traevelliath on 6/22/2023 in #questions
Prisma 2-3 levels deep queries
drizzle?.
17 replies
TTCTheo's Typesafe Cult
Created by .traevelliath on 6/22/2023 in #questions
Prisma 2-3 levels deep queries
At the end if you really want to select specific data u should use pure sql or like a orm with low level support or you can map through it but i dont know at what performance cost?.
17 replies
TtRPC
Created by Maj on 6/9/2023 in #❓-help
trpc with app dir nextjs
Thank you.
11 replies
TTCTheo's Typesafe Cult
Created by jakeAnon on 6/22/2023 in #questions
Custom Headers Nextjs13
sweet.
6 replies
TTCTheo's Typesafe Cult
Created by jakeAnon on 6/22/2023 in #questions
Custom Headers Nextjs13
6 replies
TTCTheo's Typesafe Cult
Created by jakeAnon on 6/22/2023 in #questions
Custom Headers Nextjs13
Can you show me ur api endpoint code?.
6 replies