Think Throothinkthroo.hashnode.dev·Nov 16, 2024ClientOptions interface in T3 Env source code explainedIn this article, we analyse the ClientOptions interface provided for the client object in createEnv parameter, a function in T3 Env. A simple usage of t3-env is provided below: export const env = createEnv({ /* * Serverside Environment variables, n...DiscussJavaScript
Think Throothinkthroo.hashnode.dev·Nov 13, 2024EnvOptions type in T3 Env source code explainedIn this article, we are going to examine the EnvOptions type in T3 Env source code. In case you are wondering what’s T3 Env or EnvOptions,T3 Env provides validation for type-safe environment variables using zod. you use createEnv function and provide...DiscussJavaScript
Remusremusrisnov.hashnode.dev·Jul 24, 2023T3 Stack Template : Supabase (w/ Auth + DB) and Shadcn-UI Basic SetupIntroduction In this guide, we will cover how to convert the base T3 stack config to use Supabase auth instead of NextAuth.js coupled with Supabase DB and Shadcn-UI. We'll also cover how to use SQL triggers so that we can use the more stable single-s...Discuss·1.2K readst3stack
Arnab Chatterjeearnab2001.hashnode.dev·Apr 29, 2023The T3 StackI wanted to talk about the Next.js, TypeScript, and Tailwind CSS (T3) stack. If you haven't already heard, the T3 stack is swiftly gaining recognition as a top option for creating Web-apps . I'll explain why it deserves a shot. Let's start by discu...Discuss·10 likes·52 readst3stack