Chadbek
Chadbek
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Chadbek on 3/12/2023 in #questions
Inconsistent Vercel deploys.
I have a project that i deployed under vercel. First time i uploaded - it seemed to be working. But today when i opened the website, there was an error saying deploy has failed, then i opened it again after a few minutes - no errors, websites works. So what might the issue? Maybe it has to do with me using experimental version of next.js (app directory)?
2 replies
TTCTheo's Typesafe Cult
Created by Chadbek on 2/23/2023 in #questions
How to make emit when some variable changes?
3 replies
TTCTheo's Typesafe Cult
Created by Chadbek on 1/16/2023 in #questions
Is trpc's isr (ssg) worth it?
I have an application at https://judge-devs.vercel.app/. Projects single page (at /project/[id]) is using isr as trpc recommends it and i have users single page (at user/[id]) which uses "bare" isr and users single page significantly loads faster. So the question is why would I use trpc's method when i can achieve faster loads without using it? What are the benefits of using isr as trpc recommends it?
2 replies
TTCTheo's Typesafe Cult
Created by Chadbek on 1/15/2023 in #questions
Modularized Imports
4 replies