Kova
Kova
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Kova on 8/31/2023 in #questions
When to use a server component vs a client component in NextJs?
When to use a server component vs a client component in NextJs?
3 replies
TTCTheo's Typesafe Cult
Created by Kova on 6/8/2023 in #questions
VSCode Debugging - Does Client Side debugger break points work?
So I've got server side debugging working in VSCode with breakpoints but I can't for the life of me get it to work for the frontend even when I'm opened using the VSCode Chrome extension. Does this just not work?
6 replies
TTCTheo's Typesafe Cult
Created by Kova on 6/1/2023 in #questions
Anyone have an exampe of two nextjs applications in a single repo?
Basically I want to have a website for the customer facing site and another for the admin portal to manage customers. I am planning on having it share Prisma schema.
6 replies
TTCTheo's Typesafe Cult
Created by Kova on 5/26/2023 in #questions
Anyone successfully used PWABuilder for a NextJS app with tRPC?
I'm working on an application and would like to create an app on the app stores for it. Problem is it's the create-t3-app stack and it will have notifications that I'd like to propagate.
2 replies
TTCTheo's Typesafe Cult
Created by Kova on 5/26/2023 in #questions
How can I do TRPC with next multiple zones
I'm wondering if anyone has had any luck with this https://github.com/vercel/next.js/tree/canary/examples/with-zones
8 replies
TTCTheo's Typesafe Cult
Created by Kova on 5/21/2023 in #questions
Mis-Used Promise ESLINT
Anyone know how to correct this without telling Eslint to ignore? <form // eslint-disable-next-line @typescript-eslint/no-misused-promises onSubmit={methods.handleSubmit(async (values) => { await mutation.mutateAsync(values); methods.reset(); })} className="space-y-2" > I can't tell the onSubmit that handleSubmit is void because then the validation doesn't take place.
6 replies
TTCTheo's Typesafe Cult
Created by Kova on 4/11/2023 in #questions
Has anyone created a desktop application using the T3 stack?
I'd love to get some opinions on this. It would be pretty awesome if we could use RPC to perform the tasks of executing commands on the local system
8 replies
TTCTheo's Typesafe Cult
Created by Kova on 2/26/2023 in #questions
Deploy Strategy
What do you guys use for your deployment strategy? I bought a virtual private server and I'm trying to figure out the best way to deploy.. I'm leaning towards docker and GitHub actions with nginx
5 replies