URGENT!! System Design Interview Prepration
A friend shared insights from the frontend system design round. The task was to design a dynamic sprint dashboard where users could modify the dashboard by adding columns such as “Backlog,” “Scheduled,” “In Progress,” etc. Each column could contain entities like tasks or stories. ...
Is there a public reasoning for the folder structure of ct3a?
DynamoDB adapter?
Invalid environment variables error | My Biggest Tutorial Ever Video
SINGLESTORE_DB_NAME
. It was different on the singlestore CPanel and my .env.TypeScript React: Confused about icon: Icon and {...}: Props syntax in component props
Fetching data after Vercel deploy
Is there a way to get past an adblocker ?
build fails locally but deploys successfully on vercel
pnpm build
in the root of my monorepo the build fails with the following error
you can take a look at my code here: https://github.com/777advait/t3-turborepo...
Getting the `OurFileRouter` type for the generateReactHelpers function for custom input component.
FileRouter type
for the generateReactHelpers
function. I'm not using monolithic architecture similar to the example from https://github.com/pingdotgg/uploadthing/blob/main/examples/backend-adapters/client-react/src/uploadthing.ts
What would be your recommendation on how to resolve this? Thx u 🙏...Bug: [uploadthing] Unable to Resolve UI Package Path in Next.js + TS + Tailwind Project

is there a variation of `react-native-country-picker-modal` that doesnt use defaultProps
t3-chat: start new chat from url endpoint
https://www.youtube.com/results?search_query=%s
to make a youtube search. I use this a lot for custom search in the browser.
TLDR: does t3-chat have some endpoint similar to: https://t3.chat/chat/newchat?model=foo&question=%s
to start directly start a new chat?
If not, where can I make a feature request for this?...Unable to have a environment variable only on client?
better-auth
library for my app and it requires the BETTER_AUTH_URL
environment variable on the client side, therefore I prefixed it as NEXT_PUBLIC_BETTER_AUTH_URL
.
```js
import { createEnv } from "@t3-oss/env-nextjs";
import { z } from "zod";
...BETTER_AUTH_URL
on server and NEXT_PUBLIC_BETTER_AUTH_URL
on clientReact on Amplify with or without Next.js
Claude Sonnet 4
T3.chat text to image
When will you add pdf support in t3chat?
React Native Phone Input
onChangeText
handler, setting state manually and assigning it to the TextField
's value
prop, but this leads to a jumpy UI where the unwanted character is shown briefly before being removed. I'm assuming this is happening because the state being set on the JS layer tries to override the native text input component AFTER the native layer has already set its own internal state....Question about refresh /access token