Resend Email
does anyone have a create-t3-app and shadcn starter repo?

Backend equivalent to Create T3 App
Cannot find module error in building turbo repo
Type error: Cannot find module '@nimbleuikit/atoms/utils' or its corresponding type declarations.
Type error: Cannot find module '@nimbleuikit/atoms/utils' or its corresponding type declarations.
nextauth google provider not properly creating account

Deployed default nextjs app on vercel - doesn't have perfect "Real Experience Score", why?

Opinions on code style preference in a library project I'm working on for enum replacements
download file from a folder
T3 & Uplaodthing mass Upload
react-icons or one of the underlying libraries?
Eslint config is not picked up??!
any value.eslint@typescript-eslint/no-unsafe-member-access
...How do you deal with dynamic classes ?
className attribute. As this is obviously heavy for maintenance (if you want to keep the size optimised, stripped from unused CSS), how do you deal with this ?
Here is an example, how would you make classes static ?
```typescript...adobe react spectrum
Ecommerce dummy question: Product Cart Stock Managment?
Ecommerce dummy question:
pagination from multiple sources?
What is the best strategy to deal with JWT in Nextjs?
Client Side Functionality?
use client (or a handful of other ways), but I'm curious if client side functionality is a thing.
For example, a button that does a client-side action: The rendering of the button doesn't require any client side features, but the 'onClick' method does. Is there a way to SSR the button, and associate it with some functionality client-side? ...What is the correct way to generate SEO metadata in t3 app