t3
means typescript + tailwindcss + trpc, the name is from this repo
this is a full-stack todolist example using remix-t3-stack
, aims to bring better DX to react developers.
trpc
myUserInfo
anywhere by useMyUserInfo
zod
by useZodForm
action
in routes, just call trpcClient.action
to mutate anywheretrpc middlewares
docker
or vercel
useAppTheme
prisma
to keep type safe with dbgit clone [email protected]:SteveSuv/remix-t3-stack.git
npm i pnpm -g
pnpm i
pnpm db:push
pnpm db:gen
pnpm dev
pnpm build
pnpm start
pnpm run deploy
remix-t3-stack
is here: remix-words-funny