Revalidate prisma query in `page.ts` RSC
Should zod schema names start with an uppercase letter or not?
userSchema:
```ts
import { z } from "zod";...Noob question: NextJS DI to avoid prop drilling?
Turborepo compiling issues
apps/api-part e.g.).
Now the problem : i want to extract components like buttons,  cards and so on, into the "ui" package, so i also need next, react-icons and so on as a dependency there. these components are then getting imported from the different frontends....
How to hide database ip when using tRPC + Prisma

Need advice on tutorial for t3
Noob question about astro
Good Role-Based Access Control (RBAC) package?
user.can(permission) user.has(role)? 
I need this for some prototyping down the line and checking before I implement my own....Trouble getting additional information passed back on the useSession sessionData
audio setup recommendation
What are the down side of using docker?
Server component state management?
modals don't work on create-t3-turbo

ct3a stack equivalent for iOS *native* apps
Using revalidate on a page fails build
export const revalidate=60
Hello, using any number other than 0 will give [ECONNREFUSED]
Is there anyone with additional info for this?...trpc useQuery adds "?" to the url every fetch, refreshing the page and resetting the state
action attribute on the form. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#action
I'm putting lots of quotes everywhere because it's how we used to do things in the olden days of the web. Now if you don't want this behavior you should add a event.preventDefault() on the submit event of the form (which you might already be using to trigger your mutation so it should be straightforward)
```jsx...react-filter-box
ESLint running on CSS?
  0:0  error  Parsing error: ESLint was configured to run on `<tsconfigRootDir>/src/styles/globals.css` using `parserOptions.project`: /path/to/project/tsconfig.json
The extension for the file (`.css`) is non-standard. You should add `parserOptions.extraFileExtensions` to your config
  0:0  error  Parsing error: ESLint was configured to run on `<tsconfigRootDir>/src/styles/globals.css` using `parserOptions.project`: /path/to/project/tsconfig.json
The extension for the file (`.css`) is non-standard. You should add `parserOptions.extraFileExtensions` to your config
Analytics w/ RSC
onClick event handler of the <a> tag. Now the blog link is a completely static component that is perfect for RSC, but I also would have to send JS to do that tracking. How should I build this ? I hate to convert this to a client side component.
It feels weird to send Javascript w/ a component for purely tracking purposes that does nothing to the UX. A static link, on paper, should be the perfect candidate to send 0 JS w/ it. ...