_app
Typescript Function to make specific nested keys non nullable?
how do I send complex criteria in a get request?
Requirements to start with t3
Many-to-many relationship in SQL as table or JSONB array?
Why typescript type inference is behaving like this?

How would you run something like eslint locally? (contributing)
eslint_d but I have no clue how to run it locally. How do you test your local changes that you want to attempt to make with a package like this?Is MongoDB Atlas killing my company?
Proper use of useEffect with KeyboardEvent eventListener
writing tests for trpc
Most performant way to check props against a massive list?
Is there any reason to use start a docker container without using compose?
docker-compose, even if it's just a single container. But every guide I see for dockerizing things includes instructions for how to build and run the container without compose, something like
docker build -t ct3a-docker --build-arg NEXT_PUBLIC_CLIENTVAR=clientvar .
docker run -p 3000:3000 -e DATABASE_URL="database_url_goes_here" ct3a-docker
docker build -t ct3a-docker --build-arg NEXT_PUBLIC_CLIENTVAR=clientvar .
docker run -p 3000:3000 -e DATABASE_URL="database_url_goes_here" ct3a-docker
Whats the correct way to wait for `trpc.useQuery` to finish and then update state?
Kind of stupid question
Is there a guide or best practices about hosting a web app build with T3?
why don't we have a compiled version of css and html?
Why does NextJS Link component not show a pageload when navigating with it?
Documentation section inside an already made React app ?
