FleetAdmiralJakob 🗕 🗗 🗙
Explore posts from serversTTCTheo's Typesafe Cult
•Created by olegbask on 11/11/2024 in #questions
Is it expected for a default create T3 app to take 500ms+ on each route (in dev)
Wdym?
6 replies
TTCTheo's Typesafe Cult
•Created by mcgrealife on 5/21/2023 in #questions
Type-safe url params in NextJS app-router, similar to tanstack-router?
And nextjs is kinda working on this too: https://nextjs.org/docs/app/api-reference/next-config-js/typedRoutes
6 replies
TTCTheo's Typesafe Cult
•Created by mcgrealife on 5/21/2023 in #questions
Type-safe url params in NextJS app-router, similar to tanstack-router?
Want to point out this project too: https://next-typesafe-url.dev/
6 replies
TTCTheo's Typesafe Cult
•Created by olegbask on 11/11/2024 in #questions
Is it expected for a default create T3 app to take 500ms+ on each route (in dev)
There are a lot of factors playing in here: Your PC and what other tasks are running on it. If the route is already cached. etc. etc.
6 replies
TTCTheo's Typesafe Cult
•Created by MaxControl on 11/11/2024 in #questions
default env values from value
I would recommend you reading this: https://github.com/t3-oss/t3-env/issues/146
4 replies
TTCTheo's Typesafe Cult
•Created by demo on 11/14/2024 in #questions
Are t3env client side env vars set at build time or runtime?
I think it depens on which route you are. If you statically render the route then the env is analyzed at build time. On a dynamic route at runtime
4 replies
TTCTheo's Typesafe Cult
•Created by MaxControl on 11/11/2024 in #questions
default env values from value
4 replies
TTCTheo's Typesafe Cult
•Created by elondatt on 10/15/2024 in #questions
Create Dynamic Route
What router are u using?
4 replies
TTCTheo's Typesafe Cult
•Created by MAC on 10/17/2024 in #questions
Uploadthing with Next.j, Clerk JWT Convex
Could you format your code with the three `
3 replies
TTCTheo's Typesafe Cult
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 8/26/2024 in #questions
[Next.js Image Component] Cache Images between pages
yeah, ok, i will try it out in a prod build
7 replies
TTCTheo's Typesafe Cult
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 8/26/2024 in #questions
[Next.js Image Component] Cache Images between pages
wait, the disable cache is only acitve when the devtools (network tab) are open right?
7 replies
TTCTheo's Typesafe Cult
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 8/14/2024 in #questions
Tanstack Table. flexRender
Somehow didnt find it when I looked for it
5 replies
TTCTheo's Typesafe Cult
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 8/14/2024 in #questions
Tanstack Table. flexRender
Thank you.
5 replies
TTCTheo's Typesafe Cult
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 6/20/2024 in #questions
Post Quantum Encryption
Oh, did not know that Node also supports it. That changes some stuff.
9 replies
TTCTheo's Typesafe Cult
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 6/20/2024 in #questions
Post Quantum Encryption
On the frontend I could use web assembly but not on the backend
9 replies
TTCTheo's Typesafe Cult
•Created by ! AlexNotTheLion on 6/21/2024 in #questions
In Nextjs how do you set serachParams in middleware ?
As I dont now these APIs well enough you could console log to check if the response in this example is with or without the search params
17 replies
TTCTheo's Typesafe Cult
•Created by JordanR on 6/23/2024 in #questions
Uploadthing UploadDropzone component button stuck on loading state
What says your network tab?
3 replies
TTCTheo's Typesafe Cult
•Created by JordanR on 6/23/2024 in #questions
Uploadthing UploadDropzone component button stuck on loading state
Was the file sucessfully uploaded?
3 replies
TTCTheo's Typesafe Cult
•Created by ! AlexNotTheLion on 6/21/2024 in #questions
In Nextjs how do you set serachParams in middleware ?
I have the feeling that supabase does not care about the search params and deletes them
17 replies
TTCTheo's Typesafe Cult
•Created by ! AlexNotTheLion on 6/21/2024 in #questions
In Nextjs how do you set serachParams in middleware ?
could you console.log the response from supabase and the request
17 replies