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 ?
medium, hashnode alternatives?
Odd Tailwind behaviour, unable to apply certain rules
justify-around to a div, but it doesn't apply.
I open devtools, see that the classname is correct.
I check the styles tab in the devtools, the property has not been applied, eg. no mention of justify-content: space-around
...Where to start on mobile dev?
Sub Domain - Creating it Programmatically (GoDaddy, Azure,AWS) - NodeJS
What is the way to solve google not giving me my avatar half the time?
Accessing req & res in Trpc + Next.js
req & res objects in NextJS with trpc?
My current code / function starts like this:...Creating CLI for interacting with prisma database
Typescript import best practices?
import { useEffect } from "react"
vs
import * from "react"
React.useEffect(() =>{})
import * from "react"
React.useEffect(() =>{})
Trouble with NEXTAUTH_URL
NEXTAUTH_URL is defined in my .env:
```
dev: [next-auth][warn][NEXTAUTH_URL]
dev: https://next-auth.js.org/warnings#nextauth_url...[TypeScript] How would you go about creating an Array that can have different types of objects?
framer-motion does not work well inside a portal
learn react and get comfy with thinking in react