techblooded
techblooded
TTCTheo's Typesafe Cult
Created by Matt_ on 11/30/2023 in #questions
looking for the theo video where...
ic i haven't watched that one yet, looks interesting
4 replies
TTCTheo's Typesafe Cult
Created by Matt_ on 11/30/2023 in #questions
looking for the theo video where...
4 replies
TTCTheo's Typesafe Cult
Created by yehia on 7/16/2023 in #questions
Sending emails
I heard a lot abt https://resend.com/ being a good email provider for react based emails, but didn't get the chance to check it out.
6 replies
TTCTheo's Typesafe Cult
Created by Web Dev Cody on 7/3/2023 in #questions
App router question about Link
or i guess you can use the a tag
10 replies
TTCTheo's Typesafe Cult
Created by Web Dev Cody on 7/3/2023 in #questions
App router question about Link
not sure if there is a better way tho
10 replies
TTCTheo's Typesafe Cult
Created by Web Dev Cody on 7/3/2023 in #questions
App router question about Link
there r two ways to do that, either you can add a dynamic param that is random or you can use server actions and run revalidatePath
10 replies
TTCTheo's Typesafe Cult
Created by Web Dev Cody on 7/3/2023 in #questions
App router question about Link
so u want to force hard navigation
10 replies
TTCTheo's Typesafe Cult
Created by Web Dev Cody on 7/3/2023 in #questions
App router question about Link
o shoot mb
10 replies
TTCTheo's Typesafe Cult
Created by Web Dev Cody on 7/3/2023 in #questions
App router question about Link
I think force-dynamic should get the job done
10 replies
TTCTheo's Typesafe Cult
Created by Web Dev Cody on 7/3/2023 in #questions
App router question about Link
10 replies
TTCTheo's Typesafe Cult
Created by Manupa Samarawickrama on 5/10/2023 in #questions
Filters while maintaining SSG
usually any input placed in the search params are supposed to be signifying it being dynamic, so i dont think u can render it statically
32 replies
TTCTheo's Typesafe Cult
Created by Profeshnul Duvlupur on 5/4/2023 in #questions
need discord bot hosting 24/7 uptime free low specs no card no phone
It's not that bad, u just create a route and tell uptimerobot to ping it every 30 min
38 replies
TTCTheo's Typesafe Cult
Created by ! dotarjun on 5/4/2023 in #questions
How do I solve this error
This is just a linter warning, it should go away if you already installed daisyui
6 replies
TTCTheo's Typesafe Cult
Created by ! dotarjun on 5/4/2023 in #questions
How do I solve this error
Try restarting Vscode
6 replies
TTCTheo's Typesafe Cult
Created by kenny on 4/29/2023 in #questions
next-prisma-websockets-starter explanation
that was just something specific to expo
86 replies
TTCTheo's Typesafe Cult
Created by kenny on 4/29/2023 in #questions
next-prisma-websockets-starter explanation
My tsconfig compiler options is the following
{
"compilerOptions": {
"target": "es2017",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"checkJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"noUncheckedIndexedAccess": true
},
}
{
"compilerOptions": {
"target": "es2017",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"checkJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"noUncheckedIndexedAccess": true
},
}
maybe try modifying some of the options
86 replies
TTCTheo's Typesafe Cult
Created by kenny on 4/29/2023 in #questions
next-prisma-websockets-starter explanation
idk then, i think this is some sort of ts issue
86 replies
TTCTheo's Typesafe Cult
Created by kenny on 4/29/2023 in #questions
next-prisma-websockets-starter explanation
Are you importing z from zod at the top of your env.mjs?
import { z } from "zod";
import { z } from "zod";
86 replies
TTCTheo's Typesafe Cult
Created by kenny on 4/29/2023 in #questions
next-prisma-websockets-starter explanation
wats the log
86 replies
TTCTheo's Typesafe Cult
Created by kenny on 4/29/2023 in #questions
next-prisma-websockets-starter explanation
i thought it was same port
86 replies