create-t3-turbo icon indicating copy to clipboard operation
create-t3-turbo copied to clipboard

Clean and simple starter repo using the T3 Stack along with Expo React Native

Results 114 create-t3-turbo issues
Sort by recently updated
recently updated
newest added

This is useful for importing stuff like enums from the schema.

Here is the terminal log from a clean template creation using npm 8.6.0 and node V16.14.2 on Windows ``` > dev > turbo run dev --parallel • Packages in scope:...

After running into issues with the prisma client creating multiple connections, I did some digging and found that it's a [common problem with next](https://www.prisma.io/docs/guides/database/troubleshooting-orm/help-articles/nextjs-prisma-client-dev-practices). This PR uses a section of...

This PR addresses the error `warn(prisma-client) There are already 10 instances of Prisma Client actively running` when adding Prisma to Next.js, as recommeded by Prisma on https://www.prisma.io/docs/guides/database/troubleshooting-orm/help-articles/nextjs-prisma-client-dev-practices. Additionally, I've been...

I'm trying to build a monorepo that contains our backend, expo mobile app and nextjs web app. We'd also like to have a `packages/ui` folder that contains React Native components...

bug

un-reverts t3-oss/create-t3-turbo#37 First we should fix https://github.com/t3-oss/create-t3-turbo/issues/42

My bad :( Broke by my PR here: https://github.com/t3-oss/create-t3-turbo/pull/37 Error here, unable to find schema: https://twitter.com/t3dotgg/status/1582936894991609857 ![image](https://user-images.githubusercontent.com/6751787/196853258-010df0d7-3965-4c84-a016-34a7b9adffbc.png) Tried solution here: https://github.com/prisma/prisma/issues/10433#issuecomment-1264687986 Gets further, but new error: ``` @acme/nextjs:dev: prisma:query SELECT...

- Generate prisma client outside of node modules, cache generated client - Add gitignore and fix turbo cache file name for prisma - Testing a ui change and the effects...

con: doesn't work with expo yet :/

Excuse me, if this isn't actually an issue, but I just want to know the best way of authentication with this stack, because I love it.